++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
Choosen random timezone Pacific/Tahiti
+ TZ=Pacific/Tahiti
+ echo 'Choosen random timezone Pacific/Tahiti'
+ ln -snf /usr/share/zoneinfo/Pacific/Tahiti /etc/localtime
+ echo Pacific/Tahiti
+ dpkg -i package_folder/clickhouse-common-static_24.3.18.10425.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49077 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.18.10425.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.18.10425.altinitystable+msan) ...
Setting up clickhouse-common-static (24.3.18.10425.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10425.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49106 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10425.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.18.10425.altinitystable+msan) ...
Setting up clickhouse-common-static-dbg (24.3.18.10425.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.18.10425.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49115 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.18.10425.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-server (24.3.18.10425.altinitystable+msan) ...
Setting up clickhouse-server (24.3.18.10425.altinitystable+msan) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.18.10425.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49132 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.18.10425.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-client (24.3.18.10425.altinitystable+msan) ...
Setting up clickhouse-client (24.3.18.10425.altinitystable+msan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.18.10425.altinitystable (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=14977024
+ sed --follow-symlinks -i 's|[[:digit:]]\+|14977024|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=32448512
+ sed --follow-symlinks -i 's|[[:digit:]]\+|32448512|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ ./minio server --address :11111 ./minio_data
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=5
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:41623 http://127.0.0.1:41623
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (41623), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./18462E2562A565FC544f024f-b9e1-41eb-86d0-98026bada6d5
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 259 root 10u IPv6 18303 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 59.44 MiB/s
02731.parquet
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 39.66 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 17.48 KiB/s
a.tsv
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 1.45 KiB/s
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 2.21 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 2.02 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 2.68 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Jun 5 05:10 .
drwxr-xr-x 1 root root 4.0K Jun 5 05:10 ..
-rw-rw-r-- 1 1000 1000 300 Jun 5 05:05 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Jun 5 05:10 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Jun 5 05:10 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Jun 5 05:10 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Jun 5 05:10 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8.6K Jun 5 05:05 broken_tests.json
drwxr-xr-x 5 root root 340 Jun 5 05:09 dev
-rwxr-xr-x 1 root root 0 Jun 5 05:09 .dockerenv
drwxr-xr-x 1 root root 4.0K Jun 5 05:10 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 14 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Oct 31 2024 mc
drwxr-xr-x 2 root root 4.0K Sep 11 2024 media
-rwxr-xr-x 1 root root 114M Oct 31 2024 minio
drwxr-xr-x 4 root root 4.0K Jun 5 05:10 minio_data
drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt
drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Jun 5 05:09 package_folder
dr-xr-xr-x 309 root root 0 Jun 5 05:09 proc
-rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4.0K Jun 5 05:10 root
drwxr-xr-x 1 root root 4.0K Jun 5 05:10 run
-rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv
-rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 5 05:09 sys
drwxrwxr-x 2 1000 1000 4.0K Jun 5 05:09 test_output
drwxrwxrwt 1 root root 4.0K Jun 5 05:10 tmp
drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4.0K Sep 11 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 535 clickhouse 322u IPv4 28347 0t0 TCP localhost:12222 (LISTEN)
java 535 clickhouse 544u IPv4 34120 0t0 TCP localhost:60196->localhost:12222 (ESTABLISHED)
java 535 clickhouse 545u IPv4 22173 0t0 TCP localhost:12222->localhost:60196 (ESTABLISHED)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [05/Jun/2025:15:11:03 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [05/Jun/2025:15:11:03 +0000] "PUT /devstoreaccount1/cont/vzdynpqlnawxiwnlgmcqjyiqpplielpw?blockid=ulpnzgbpdxbfanismjfmtcnwvepboxqkrfhatdaojsbxoiqslfwqjbesgplbyisv&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Jun/2025:15:11:03 +0000] "PUT /devstoreaccount1/cont/vzdynpqlnawxiwnlgmcqjyiqpplielpw?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Jun/2025:15:11:03 +0000] "GET /devstoreaccount1/cont/vzdynpqlnawxiwnlgmcqjyiqpplielpw HTTP/1.1" 206 4
127.0.0.1 - - [05/Jun/2025:15:11:03 +0000] "GET /devstoreaccount1/cont/vzdynpqlnawxiwnlgmcqjyiqpplielpw HTTP/1.1" 206 2
127.0.0.1 - - [05/Jun/2025:15:11:03 +0000] "DELETE /devstoreaccount1/cont/vzdynpqlnawxiwnlgmcqjyiqpplielpw HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 725
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 1 ]]
+ [[ -n 6 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 1 --run-by-hash-total 6 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
+ tee -a test_output/test_result.txt
2025-06-05 05:12:02 Using queries from '/usr/share/clickhouse-test/queries' directory
2025-06-05 05:12:02 Connecting to ClickHouse server... OK
2025-06-05 05:12:02 Connected to server 24.3.18.10425.altinitystable @ 7b7f60d703c9d032be75b347475389eb61433c88 HEAD
2025-06-05 05:12:02 Found 965 parallel tests and 91 sequential tests
2025-06-05 05:12:03
2025-06-05 05:12:03 Running about 120 stateless tests (ForkPoolWorker-2).
2025-06-05 05:12:03
2025-06-05 05:12:03 03261_optimize_rewrite_array_exists_to_has_crash: [ OK ] 0.75 sec.
2025-06-05 05:12:03
2025-06-05 05:12:03 Running about 120 stateless tests (ForkPoolWorker-4).
2025-06-05 05:12:03
2025-06-05 05:12:03 03261_variant_permutation_bug: [ OK ] 0.93 sec.
2025-06-05 05:12:03
2025-06-05 05:12:03 Running about 120 stateless tests (ForkPoolWorker-7).
2025-06-05 05:12:03
2025-06-05 05:12:03 03231_prewhere_conditions_order: [ OK ] 0.95 sec.
2025-06-05 05:12:03
2025-06-05 05:12:03 Running about 120 stateless tests (ForkPoolWorker-6).
2025-06-05 05:12:03
2025-06-05 05:12:03 03247_materialized_view_select_intersect: [ OK ] 0.95 sec.
2025-06-05 05:12:03
2025-06-05 05:12:03 Running about 120 stateless tests (ForkPoolWorker-9).
2025-06-05 05:12:03
2025-06-05 05:12:03 03232_pr_not_ready_set: [ OK ] 1.01 sec.
2025-06-05 05:12:03
2025-06-05 05:12:03 Running about 120 stateless tests (ForkPoolWorker-3).
2025-06-05 05:12:03
2025-06-05 05:12:03 03290_final_replacing: [ OK ] 1.04 sec.
2025-06-05 05:12:03 03174_split_parts_ranges_into_intersecting_and_non_intersecting_final_and_read-in-order_bug: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:12:03
2025-06-05 05:12:03 Running about 120 stateless tests (ForkPoolWorker-8).
2025-06-05 05:12:03
2025-06-05 05:12:03 03243_check_for_nullable_nothing_in_alter: [ OK ] 1.19 sec.
2025-06-05 05:12:04
2025-06-05 05:12:04 Running about 120 stateless tests (ForkPoolWorker-5).
2025-06-05 05:12:04
2025-06-05 05:12:04 03290_final_sample: [ OK ] 1.39 sec.
2025-06-05 05:12:04 03174_merge_join_bug: [ OK ] 0.48 sec.
2025-06-05 05:12:04 03164_analyzer_rewrite_aggregate_function_with_if: [ OK ] 0.83 sec.
2025-06-05 05:12:04 03203_count_with_non_deterministic_function: [ OK ] 1.00 sec.
2025-06-05 05:12:05 03231_pr_duplicate_announcement_2: [ OK ] 1.49 sec.
2025-06-05 05:12:05 03228_virtual_column_merge_dist: [ OK ] 1.54 sec.
2025-06-05 05:12:05 03161_create_table_as_mv: [ OK ] 1.08 sec.
2025-06-05 05:12:05 03210_variant_with_aggregate_function_type: [ OK ] 1.63 sec.
2025-06-05 05:12:05 03155_in_nested_subselects: [ OK ] 1.03 sec.
2025-06-05 05:12:05 03151_analyzer_view_read_only_necessary_columns: [ OK ] 0.98 sec.
2025-06-05 05:12:05 03146_parameterized_view_with_date: [ OK ] 0.93 sec.
2025-06-05 05:12:06 03155_analyzer_interpolate: [ OK ] 1.23 sec.
2025-06-05 05:12:06 03132_rewrite_aggregate_function_with_if_implicit_cast: [ OK ] 0.96 sec.
2025-06-05 05:12:06 03036_prewhere_lambda_function: [ OK ] 0.88 sec.
2025-06-05 05:12:07 03129_format_row_json_http: [ OK ] 1.79 sec.
2025-06-05 05:12:07 03023_analyzer_optimize_group_by_function_keys_with_nulls: [ OK ] 0.78 sec.
2025-06-05 05:12:07 03221_mutation_analyzer_skip_part: [ OK ] 3.82 sec.
2025-06-05 05:12:08 03022_highlight_digit_groups: [ OK ] 0.81 sec.
2025-06-05 05:12:08 03015_analyzer_groupby_fuzz_60772: [ OK ] 0.78 sec.
2025-06-05 05:12:08 03031_distinguish_bool_and_int_in_settings: [ OK ] 2.00 sec.
2025-06-05 05:12:08 03035_internal_functions_direct_call: [ OK ] 2.44 sec.
2025-06-05 05:12:08 03033_scalars_context_data_race: [ OK ] 2.50 sec.
2025-06-05 05:12:09 03008_groupSortedArray_field: [ OK ] 0.80 sec.
2025-06-05 05:12:09 03006_parallel_replicas_prewhere: [ OK ] 1.19 sec.
2025-06-05 05:12:09 03003_arrayEnumerate_crash: [ OK ] 1.05 sec.
2025-06-05 05:12:09 03006_analyzer_executable_table_function: [ OK ] 1.23 sec.
2025-06-05 05:12:09 03023_group_by_use_nulls_analyzer_crashes: [ OK ] 2.49 sec.
2025-06-05 05:12:09 02997_insert_select_too_many_parts_multithread: [ SKIPPED ] 0.00 sec. - disabled
2025-06-05 05:12:10 03000_too_big_max_execution_time_setting: [ OK ] 0.60 sec.
2025-06-05 05:12:10 02998_system_dns_cache_table: [ OK ] 0.79 sec.
2025-06-05 05:12:10 02995_index: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:12:10 03014_invalid_utf8_client: [ OK ] 2.51 sec.
2025-06-05 05:12:10 03001_insert_threads_deduplication: [ OK ] 1.75 sec.
2025-06-05 05:12:11 02996_nullable_arrayReduce: [ OK ] 1.48 sec.
2025-06-05 05:12:11 02993_values_escape_quote: [ OK ] 0.93 sec.
2025-06-05 05:12:11 02996_index_compaction_counterexample: [ OK ] 1.18 sec.
2025-06-05 05:12:12 02990_parts_splitter_invalid_ranges: [ OK ] 1.07 sec.
2025-06-05 05:12:12 02984_topk_empty_merge: [ OK ] 0.93 sec.
2025-06-05 05:12:12 03032_async_backup_restore: [ OK ] 6.47 sec.
2025-06-05 05:12:12 02998_pretty_format_print_readable_number_on_single_value: [ OK ] 3.15 sec.
2025-06-05 05:12:13 02989_mysql_transaction_test: [ OK ] 1.90 sec.
2025-06-05 05:12:13 02990_format_lambdas: [ OK ] 2.52 sec.
2025-06-05 05:12:13 02983_empty_map_hasToken: [ OK ] 1.56 sec.
2025-06-05 05:12:13 03145_non_loaded_projection_backup: [ OK ] 8.39 sec.
2025-06-05 05:12:13 02970_generate_series: [ OK ] 1.18 sec.
2025-06-05 05:12:13 02969_mysql_cast_type_aliases: [ OK ] 1.41 sec.
2025-06-05 05:12:14 02966_float32_promotion: [ OK ] 0.92 sec.
2025-06-05 05:12:14 02962_max_joined_block_rows: [ OK ] 1.17 sec.
2025-06-05 05:12:15 02963_msan_agg_addBatchLookupTable8: [ OK ] 1.65 sec.
2025-06-05 05:12:15 02973_s3_compressed_file_in_error_message: [ OK ] 3.23 sec.
2025-06-05 05:12:15 02966_topk_counts_approx_count_sum: [ OK ] 2.16 sec.
2025-06-05 05:12:15 02968_adaptive_async_insert_timeout: [ OK ] 2.69 sec.
2025-06-05 05:12:16 02956_format_constexpr: [ OK ] 0.72 sec.
2025-06-05 05:12:16 02961_read_bool_as_string_json: [ OK ] 1.40 sec.
2025-06-05 05:12:16 02955_avro_format_zstd_encode_support: [ OK ] 0.99 sec.
2025-06-05 05:12:17 02950_part_offset_as_primary_key: [ OK ] 2.06 sec.
2025-06-05 05:12:17 02947_parallel_replicas_remote: [ OK ] 1.33 sec.
2025-06-05 05:12:17 02947_merge_tree_index_table_1: [ OK ] 1.37 sec.
2025-06-05 05:12:18 02950_obfuscator_keywords_more: [ OK ] 1.88 sec.
2025-06-05 05:12:18 02960_polygon_bound_bug: [ OK ] 3.05 sec.
2025-06-05 05:12:18 02945_blake3_msan: [ OK ] 0.76 sec.
2025-06-05 05:12:18 02946_parallel_replicas_distributed: [ OK ] 1.23 sec.
2025-06-05 05:12:19 02962_arrow_dictionary_indexes_types: [ OK ] 5.06 sec.
2025-06-05 05:12:19 02943_positional_arguments_bugs: [ OK ] 1.05 sec.
2025-06-05 05:12:20 02943_create_query_interpreter_sample_block_fix: [ OK ] 2.14 sec.
2025-06-05 05:12:20 02944_variant_as_common_type: [ OK ] 2.71 sec.
2025-06-05 05:12:21 02942_variant_cast: [ OK ] 2.26 sec.
2025-06-05 05:12:21 02941_any_RESPECT_NULL_sparse_column: [ OK ] 0.79 sec.
2025-06-05 05:12:22 02946_materialize_column_must_not_override_past_values: [ OK ] 4.58 sec.
2025-06-05 05:12:22 02932_non_ready_set_stuck: [ OK ] 0.87 sec.
2025-06-05 05:12:23 02968_file_log_multiple_read: [ OK ] 10.17 sec.
2025-06-05 05:12:23 02932_materialized_view_with_dropped_target_table_no_exception: [ OK ] 1.58 sec.
2025-06-05 05:12:24 02961_output_format_compress_params: [ OK ] 9.91 sec.
2025-06-05 05:12:24 02932_apply_deleted_mask: [ OK ] 2.89 sec.
2025-06-05 05:12:24 02920_fix_json_merge_patch: [ OK ] 0.73 sec.
2025-06-05 05:12:25 02932_lwd_and_mutations: [ OK ] 3.05 sec.
2025-06-05 05:12:25 02922_respect_nulls_states: [ OK ] 2.41 sec.
2025-06-05 05:12:26 02919_storage_fuzzjson: [ OK ] 1.70 sec.
2025-06-05 05:12:26 02916_addcolumn_nested: [ OK ] 1.02 sec.
2025-06-05 05:12:26 02919_ddsketch_quantile: [ OK ] 2.51 sec.
2025-06-05 05:12:26 02935_parallel_replicas_settings: [ OK ] 5.97 sec.
2025-06-05 05:12:28 02916_local_insert_into_function: [ OK ] 2.39 sec.
2025-06-05 05:12:28 02906_interval_comparison: [ OK ] 1.53 sec.
2025-06-05 05:12:28 02914_t64_buffer_overflow: [ OK ] 2.04 sec.
2025-06-05 05:12:29 02907_http_exception_json_bug: [ OK ] 2.27 sec.
2025-06-05 05:12:31 02905_system_logs_hostname: [ OK ] 2.88 sec.
2025-06-05 05:12:31 02904_distributed_settings_background_insert_compatibility: [ OK ] 2.65 sec.
2025-06-05 05:12:32 02905_structure_to_schema_bad_names: [ OK ] 3.46 sec.
2025-06-05 05:12:32 02912_ingestion_mv_deduplication: [ OK ] 5.61 sec.
2025-06-05 05:12:32 02902_json_skip_null_values: [ OK ] 1.00 sec.
2025-06-05 05:12:33 02901_predicate_pushdown_cte_stateful: [ OK ] 0.91 sec.
2025-06-05 05:12:34 02892_SummingMergeTree_Nested: [ OK ] 1.14 sec.
2025-06-05 05:12:34 02905_csv_unquoted_string_with_cr: [ OK ] 6.02 sec.
2025-06-05 05:12:35 02889_system_drop_format_schema: [ OK ] 0.69 sec.
2025-06-05 05:12:35 02892_rocksdb_trivial_count: [ OK ] 1.21 sec.
2025-06-05 05:12:35 02900_limit_by_query_stage: [ OK ] 3.75 sec.
2025-06-05 05:12:37 02887_byteswap: [ OK ] 2.32 sec.
2025-06-05 05:12:38 02884_parallel_window_functions_bug: [ OK ] 2.60 sec.
2025-06-05 05:12:38 02898_parallel_replicas_progress_bar: [ OK ] 6.20 sec.
2025-06-05 05:12:40 02882_clickhouse_keeper_client_no_confirmation: [ OK ] 2.15 sec.
2025-06-05 05:12:41 02876_formats_with_names_dont_use_header: [ OK ] 2.32 sec.
2025-06-05 05:12:41 02919_skip_lots_of_parsing_errors: [ OK ] 17.36 sec.
2025-06-05 05:12:44 02885_ephemeral_columns_from_file: [ OK ] 8.42 sec.
2025-06-05 05:12:44 02884_async_insert_native_protocol_4: [ OK ] 6.56 sec.
2025-06-05 05:12:45 02866_size_of_marks_skip_idx_explain: [ OK ] 0.92 sec.
2025-06-05 05:12:46 02863_decode_html_component: [ OK ] 1.17 sec.
2025-06-05 05:12:46 02865_tcp_proxy_query_packet_validation: [ OK ] 1.81 sec.
2025-06-05 05:12:48 02845_join_on_cond_sparse: [ OK ] 1.74 sec.
2025-06-05 05:12:48 02870_move_partition_to_volume_io_throttling: [ OK ] 7.56 sec.
2025-06-05 05:12:49 02845_group_by_constant_keys: [ OK ] 2.68 sec.
2025-06-05 05:12:49 02844_subquery_timeout_with_break: [ OK ] 1.10 sec.
2025-06-05 05:12:50 02842_capn_proto_outfile_without_schema: [ OK ] 2.16 sec.
2025-06-05 05:12:50 02868_no_merge_across_partitions_final_with_lonely: [ OK ] 9.64 sec.
2025-06-05 05:12:52 02899_restore_parts_replicated_merge_tree: [ OK ] 19.93 sec.
2025-06-05 05:12:53 02833_starts_ends_with_utf8: [ OK ] 1.06 sec.
2025-06-05 05:12:53 02841_with_clause_resolve: [ OK ] 4.26 sec.
2025-06-05 05:12:54 02832_integer_type_inference: [ OK ] 1.14 sec.
2025-06-05 05:12:54 02867_storage_set_tsan: [ OK ] 12.88 sec.
2025-06-05 05:12:55 02841_check_table_progress: [ OK ] 5.95 sec.
2025-06-05 05:12:56 02816_s2_invalid_point: [ OK ] 1.10 sec.
2025-06-05 05:12:56 02831_regexp_analyze_recursion: [ OK ] 1.41 sec.
2025-06-05 05:12:56 02813_array_concat_agg: [ OK ] 1.06 sec.
2025-06-05 05:12:56 02812_large_varints: [ OK ] 0.79 sec.
2025-06-05 05:12:56 02812_csv_date_time_with_comma: [ OK ] 0.81 sec.
2025-06-05 05:12:58 02810_convert_uuid_to_uint128: [ OK ] 1.54 sec.
2025-06-05 05:12:58 02809_storage_set_analysis_bug: [ OK ] 1.61 sec.
2025-06-05 05:12:59 02804_intersect_bad_cast: [ OK ] 0.75 sec.
2025-06-05 05:13:00 02941_variant_type_3: [ OK ] 41.17 sec.
2025-06-05 05:13:00 02803_remote_cannot_clone_block: [ OK ] 1.24 sec.
2025-06-05 05:13:01 02799_transform_empty_arrays: [ OK ] 0.87 sec.
2025-06-05 05:13:01 02808_custom_disk_with_user_defined_name: [ OK ] 4.72 sec.
2025-06-05 05:13:02 02797_transform_narrow_types: [ OK ] 0.94 sec.
2025-06-05 05:13:02 02941_variant_type_alters: [ OK ] 42.77 sec.
2025-06-05 05:13:05 02798_substring_index: [ OK ] 4.23 sec.
2025-06-05 05:13:05 02784_parallel_replicas_automatic_decision_join: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:13:05 02796_projection_date_filter_on_view: [ OK ] 3.17 sec.
2025-06-05 05:13:07 02782_inconsistent_formatting_and_constant_folding: [ OK ] 1.54 sec.
2025-06-05 05:13:08 02797_aggregator_huge_mem_usage_bug: [ OK ] 6.21 sec.
2025-06-05 05:13:08 02771_log_faminy_truncate_count: [ OK ] 1.27 sec.
2025-06-05 05:13:08 02805_distributed_queries_timeouts: [ OK ] 10.20 sec.
2025-06-05 05:13:08 02834_remote_session_log: [ OK ] 18.06 sec.
2025-06-05 05:13:09 02752_is_null_priority: [ OK ] 0.79 sec.
2025-06-05 05:13:10 02768_cse_nested_distributed: [ OK ] 1.97 sec.
2025-06-05 05:13:10 02768_into_outfile_extensions_format: [ OK ] 1.89 sec.
2025-06-05 05:13:10 02736_bit_count_big_int: [ OK ] 1.10 sec.
2025-06-05 05:13:10 02737_session_timezone: [ OK ] 1.92 sec.
2025-06-05 05:13:10 02785_text_with_whitespace_tab_field_delimiter: [ OK ] 8.23 sec.
2025-06-05 05:13:11 02725_sleep_max_time: [ OK ] 0.77 sec.
2025-06-05 05:13:11 02832_alter_max_sessions_for_user: [ OK ] 18.54 sec.
2025-06-05 05:13:11 02722_log_profile_events: [ OK ] 0.88 sec.
2025-06-05 05:13:12 02717_pretty_json: [ OK ] 0.92 sec.
2025-06-05 05:13:13 02709_generate_random_valid_decimals_and_bools: [ OK ] 1.03 sec.
2025-06-05 05:13:13 02709_storage_memory_compressed: [ OK ] 1.05 sec.
2025-06-05 05:13:13 02711_soundex_function: [ OK ] 1.96 sec.
2025-06-05 05:13:14 02708_parallel_replicas_not_found_column: [ OK ] 0.93 sec.
2025-06-05 05:13:14 02707_skip_index_with_in: [ OK ] 1.34 sec.
2025-06-05 05:13:15 02722_line_as_string_consistency: [ OK ] 4.36 sec.
2025-06-05 05:13:15 02703_explain_query_tree_is_forbidden_with_old_analyzer: [ OK ] 0.75 sec.
2025-06-05 05:13:16 02706_arrow_different_dictionaries: [ OK ] 2.47 sec.
2025-06-05 05:13:17 02702_logical_optimizer_with_nulls: [ OK ] 1.51 sec.
2025-06-05 05:13:17 02698_marked_dropped_tables: [ OK ] 1.00 sec.
2025-06-05 05:13:18 02690_subquery_identifiers: [ OK ] 1.29 sec.
2025-06-05 05:13:19 02695_storage_join_insert_select_deadlock: [ OK ] 1.41 sec.
2025-06-05 05:13:19 02682_quantiles_too_large_size: [ OK ] 0.90 sec.
2025-06-05 05:13:20 02679_explain_merge_tree_prewhere_row_policy: [ OK ] 1.16 sec.
2025-06-05 05:13:21 02677_get_subcolumn_array_of_tuples: [ OK ] 0.99 sec.
2025-06-05 05:13:21 02676_distinct_reading_in_order_analyzer: [ OK ] 0.96 sec.
2025-06-05 05:13:22 02725_parquet_preserve_order: [ OK ] 12.53 sec.
2025-06-05 05:13:22 02668_ulid_decoding: [ OK ] 1.74 sec.
2025-06-05 05:13:23 02668_logical_optimizer_removing_redundant_checks: [ OK ] 1.72 sec.
2025-06-05 05:13:24 02706_kolmogorov_smirnov_test_scipy: [ OK ] 10.48 sec.
2025-06-05 05:13:24 02662_sparse_columns_mutations_4: [ OK ] 1.36 sec.
2025-06-05 05:13:25 02662_sparse_columns_mutations_1: [ OK ] 2.58 sec.
2025-06-05 05:13:25 02662_sparse_columns_mutations_5: [ OK ] 1.38 sec.
2025-06-05 05:13:27 02704_max_backup_bandwidth: [ OK ] 12.29 sec.
2025-06-05 05:13:27 02725_memory-for-merges: [ OK ] 17.09 sec.
2025-06-05 05:13:28 02590_bson_duplicate_column: [ OK ] 0.78 sec.
2025-06-05 05:13:28 02597_column_update_tricy_expression_and_replication: [ OK ] 2.77 sec.
2025-06-05 05:13:29 02587_csv_big_numbers_inference: [ OK ] 0.84 sec.
2025-06-05 05:13:31 02593_bson_more_types: [ OK ] 3.97 sec.
2025-06-05 05:13:32 02575_merge_prewhere_ephemeral: [ OK ] 1.34 sec.
2025-06-05 05:13:32 02668_parse_datetime: [ OK ] 10.12 sec.
2025-06-05 05:13:33 02588_parquet_bug: [ OK ] 4.95 sec.
2025-06-05 05:13:34 02564_date_format: [ OK ] 1.80 sec.
2025-06-05 05:13:34 02564_analyzer_cross_to_inner: [ OK ] 1.85 sec.
2025-06-05 05:13:36 02564_query_id_header: [ OK ] 3.21 sec.
2025-06-05 05:13:38 02560_with_fill_int256_int: [ OK ] 1.27 sec.
2025-06-05 05:13:38 02833_concurrrent_sessions: [ OK ] 47.55 sec.
2025-06-05 05:13:39 02563_arrow_low_cardinality_bug: [ OK ] 4.98 sec.
2025-06-05 05:13:40 02554_fix_grouping_sets_predicate_push_down: [ OK ] 1.88 sec.
2025-06-05 05:13:40 02559_multiple_read_steps_in_prewhere: [ OK ] 2.49 sec.
2025-06-05 05:13:40 02552_inner_join_with_where_true: [ OK ] 1.01 sec.
2025-06-05 05:13:41 02552_regression_crash: [ OK ] 0.88 sec.
2025-06-05 05:13:41 02542_table_function_format: [ OK ] 1.09 sec.
2025-06-05 05:13:41 02581_parquet_arrow_orc_compressions: [ OK ] 12.04 sec.
2025-06-05 05:13:41 02784_connection_string: [ OK ] 36.76 sec.
2025-06-05 05:13:42 02541_tuple_element_with_null: [ OK ] 1.05 sec.
2025-06-05 05:13:43 02541_lightweight_delete_on_cluster: [ OK ] 1.53 sec.
2025-06-05 05:13:43 02539_generate_random_map: [ OK ] 0.78 sec.
2025-06-05 05:13:43 02542_transform_old: [ OK ] 3.01 sec.
2025-06-05 05:13:44 02542_transform_new: [ OK ] 2.70 sec.
2025-06-05 05:13:44 02534_s3_cluster_insert_select_schema_inference: [ OK ] 0.99 sec.
2025-06-05 05:13:45 02536_distributed_detach_table: [ OK ] 1.54 sec.
2025-06-05 05:13:45 02527_storage_merge_prewhere_different_type: [ OK ] 1.42 sec.
2025-06-05 05:13:45 02525_jit_logical_functions_nan: [ OK ] 0.93 sec.
2025-06-05 05:13:46 02521_cannot_find_column_in_projection: [ OK ] 1.02 sec.
2025-06-05 05:13:46 02526_merge_join_int_decimal: [ OK ] 2.62 sec.
2025-06-05 05:13:46 02521_grouping_sets_plus_memory_efficient_aggr: [ OK ] 1.15 sec.
2025-06-05 05:13:48 02518_qualified_asterisks_alias_table_name: [ OK ] 1.49 sec.
2025-06-05 05:13:48 02517_wrong_total_structure_crash: [ OK ] 1.90 sec.
2025-06-05 05:13:49 02516_join_with_totals_and_subquery_bug: [ OK ] 2.24 sec.
2025-06-05 05:13:49 02540_input_format_json_ignore_unknown_keys_in_named_tuple: [ OK ] 7.73 sec.
2025-06-05 05:13:49 02516_projections_and_context: [ OK ] 1.50 sec.
2025-06-05 05:13:49 02515_distinct_zero_size_key_bug_44831: [ OK ] 0.79 sec.
2025-06-05 05:13:50 02514_if_with_lazy_low_cardinality: [ OK ] 0.96 sec.
2025-06-05 05:13:51 02512_array_join_name_resolution: [ OK ] 0.88 sec.
2025-06-05 05:13:51 02514_analyzer_drop_join_on: [ OK ] 1.47 sec.
2025-06-05 05:13:52 02513_csv_bool_allow_crlf: [ OK ] 2.39 sec.
2025-06-05 05:13:52 02508_bad_graphite: [ OK ] 1.13 sec.
2025-06-05 05:13:52 02511_complex_literals_as_aggregate_function_parameters: [ OK ] 1.20 sec.
2025-06-05 05:13:53 02505_forbid_paths_in_datetime_timezone: [ OK ] 1.23 sec.
2025-06-05 05:13:53 02503_bad_compatibility_setting: [ OK ] 1.02 sec.
2025-06-05 05:13:53 02501_limits_on_result_for_view: [ OK ] 1.42 sec.
2025-06-05 05:13:55 02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix: [ OK ] 1.38 sec.
2025-06-05 05:13:55 02661_read_from_archive_7z: [ OK ] 30.81 sec.
2025-06-05 05:13:55 02497_remote_disk_fat_column: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:13:55 02497_analyzer_sum_if_count_if_pass_crash_fix: [ OK ] 0.75 sec.
2025-06-05 05:13:56 02497_schema_inference_nulls: [ OK ] 2.25 sec.
2025-06-05 05:13:56 02661_read_from_archive_tarxz: [ OK ] 30.89 sec.
2025-06-05 05:13:56 02497_storage_join_right_assert: [ OK ] 0.94 sec.
2025-06-05 05:13:57 02494_analyzer_cte_resolution_in_subquery_fix: [ OK ] 1.09 sec.
2025-06-05 05:13:57 02514_database_replicated_no_arguments_for_rmt: [ OK ] 7.75 sec.
2025-06-05 05:13:57 02493_analyzer_uniq_injective_functions_elimination: [ OK ] 1.05 sec.
2025-06-05 05:13:58 02482_value_block_assert: [ OK ] 0.94 sec.
2025-06-05 05:13:59 02521_merge_over_gap: [ OK ] 13.72 sec.
2025-06-05 05:13:59 02492_clickhouse_local_context_uaf: [ OK ] 2.42 sec.
2025-06-05 05:13:59 02481_array_join_with_map: [ OK ] 1.14 sec.
2025-06-05 05:14:00 02479_analyzer_aggregation_totals_rollup_crash_fix: [ OK ] 0.82 sec.
2025-06-05 05:14:00 02480_tlp_nan: [ OK ] 1.04 sec.
2025-06-05 05:14:00 02477_is_null_parser: [ OK ] 0.72 sec.
2025-06-05 05:14:00 02475_bad_cast_low_cardinality_to_string_bug: [ OK ] 0.73 sec.
2025-06-05 05:14:01 02495_analyzer_storage_join: [ OK ] 5.68 sec.
2025-06-05 05:14:01 02469_fix_aliases_parser: [ OK ] 0.83 sec.
2025-06-05 05:14:02 02473_prewhere_with_bigint: [ OK ] 1.87 sec.
2025-06-05 05:14:02 02461_join_lc_issue_42380: [ OK ] 1.00 sec.
2025-06-05 05:14:04 02458_relax_too_many_parts: [ OK ] 2.17 sec.
2025-06-05 05:14:04 02457_insert_select_progress_http: [ OK ] 1.76 sec.
2025-06-05 05:14:04 02459_group_by_all: [ OK ] 2.91 sec.
2025-06-05 05:14:04 02485_zero_copy_commit_error: [ OK ] 7.31 sec.
2025-06-05 05:14:06 02473_functions_in_readonly_mode: [ OK ] 5.41 sec.
2025-06-05 05:14:06 02452_json_utf8_validation: [ OK ] 1.90 sec.
2025-06-05 05:14:07 02430_bitmap_transform_exception_code: [ OK ] 0.85 sec.
2025-06-05 05:14:07 02429_offset_pipeline_stuck_bug: [ OK ] 0.89 sec.
2025-06-05 05:14:08 02428_partial_sort_optimization_bug: [ OK ] 1.21 sec.
2025-06-05 05:14:09 02427_msan_group_array_resample: [ OK ] 0.82 sec.
2025-06-05 05:14:10 02428_decimal_in_floating_point_literal: [ OK ] 2.86 sec.
2025-06-05 05:14:10 02483_elapsed_time: [ OK ] 12.63 sec.
2025-06-05 05:14:10 02427_column_nullable_ubsan: [ OK ] 0.99 sec.
2025-06-05 05:14:10 02426_create_suspicious_fixed_string: [ OK ] 0.83 sec.
2025-06-05 05:14:11 02561_null_as_default_more_formats: [ OK ] 36.61 sec.
2025-06-05 05:14:12 02419_contingency_array_nullable: [ OK ] 0.78 sec.
2025-06-05 05:14:13 02420_key_condition_actions_dag_bug_40599: [ OK ] 1.99 sec.
2025-06-05 05:14:13 02421_decimal_in_precision_issue_41125: [ OK ] 2.57 sec.
2025-06-05 05:14:14 02418_do_not_return_empty_blocks_from_ConvertingAggregatedToChunksTransform: [ OK ] 1.80 sec.
2025-06-05 05:14:15 02418_aggregate_combinators: [ OK ] 2.85 sec.
2025-06-05 05:14:16 02416_json_object_inference: [ OK ] 0.91 sec.
2025-06-05 05:14:18 02416_grouping_function_compatibility: [ OK ] 1.09 sec.
2025-06-05 05:14:22 02404_lightweight_delete_vertical_merge: [ OK ] 4.23 sec.
2025-06-05 05:14:23 02500_remove_redundant_distinct: [ OK ] 30.01 sec.
2025-06-05 05:14:24 02403_arrow_large_string: [ OK ] 2.33 sec.
2025-06-05 05:14:25 02417_load_marks_async: [ OK ] 10.82 sec.
2025-06-05 05:14:26 02400_create_table_on_cluster_normalization: [ OK ] 1.88 sec.
2025-06-05 05:14:27 02388_analyzer_recursive_lambda: [ OK ] 1.03 sec.
2025-06-05 05:14:29 02391_hashed_dictionary_shards: [ OK ] 3.79 sec.
2025-06-05 05:14:30 02388_conversion_from_string_with_datetime64_to_date_and_date32: [ OK ] 2.06 sec.
2025-06-05 05:14:30 02382_query_parameters_post: [ OK ] 1.66 sec.
2025-06-05 05:14:32 02379_analyzer_subquery_depth: [ OK ] 1.03 sec.
2025-06-05 05:14:32 02381_arrow_dict_of_nullable_string_to_lc: [ OK ] 2.14 sec.
2025-06-05 05:14:33 02377_modify_column_from_nested: [ OK ] 1.50 sec.
2025-06-05 05:14:34 02401_merge_tree_old_tmp_dirs_cleanup: [ OK ] 11.06 sec.
2025-06-05 05:14:36 02450_kill_distributed_query_deadlock: [ OK ] 31.92 sec.
2025-06-05 05:14:36 02375_analyzer_union: [ OK ] 2.17 sec.
2025-06-05 05:14:38 02375_stack_trace_no_addresses: [ OK ] 5.07 sec.
2025-06-05 05:14:39 02371_analyzer_join_cross: [ OK ] 2.92 sec.
2025-06-05 05:14:40 02367_optimize_trivial_count_with_array_join: [ OK ] 1.33 sec.
2025-06-05 05:14:40 02421_type_json_empty_parts: [ OK ] 30.70 sec.
2025-06-05 05:14:41 02367_join_pushdown_column_not_found: [ OK ] 1.29 sec.
2025-06-05 05:14:41 02366_union_decimal_conversion: [ OK ] 1.15 sec.
2025-06-05 05:14:42 02377_majority_insert_quorum_zookeeper_long: [ OK ] 9.70 sec.
2025-06-05 05:14:42 02443_detach_attach_partition: [ OK ] 37.30 sec.
2025-06-05 05:14:42 02366_decimal_agg_state_conversion: [ OK ] 1.78 sec.
2025-06-05 05:14:43 02356_trivial_count_with_empty_set: [ OK ] 1.00 sec.
2025-06-05 05:14:47 02366_kql_datatype: [ OK ] 5.85 sec.
2025-06-05 05:14:47 02353_simdjson_buffer_overflow: [ OK ] 4.84 sec.
2025-06-05 05:14:50 02447_drop_database_replica: [ OK ] 45.45 sec.
2025-06-05 05:14:51 02346_additional_filters_index: [ OK ] 3.55 sec.
2025-06-05 05:14:53 02343_analyzer_lambdas_issue_36677: [ OK ] 2.05 sec.
2025-06-05 05:14:57 02362_part_log_merge_algorithm: [ OK ] 14.93 sec.
2025-06-05 05:14:58 02371_select_projection_normal_agg: [ OK ] 21.39 sec.
2025-06-05 05:14:58 02346_aggregation_in_order_fixed_prefix: [ OK ] 10.98 sec.
2025-06-05 05:14:58 02338_analyzer_constants_basic: [ OK ] 1.78 sec.
2025-06-05 05:14:59 02337_multiple_joins_original_names: [ OK ] 1.04 sec.
2025-06-05 05:14:59 02342_analyzer_compound_types: [ OK ] 6.11 sec.
2025-06-05 05:15:00 02417_opentelemetry_insert_on_distributed_table: [ OK ] 47.44 sec.
2025-06-05 05:15:01 02319_quantile_interpolated_weighted: [ OK ] 2.47 sec.
2025-06-05 05:15:01 02345_implicit_transaction: [ OK ] 10.97 sec.
2025-06-05 05:15:01 02304_grouping_sets_with_rollup_cube: [ OK ] 0.93 sec.
2025-06-05 05:15:02 02302_join_auto_lc_nullable_bug: [ OK ] 0.98 sec.
2025-06-05 05:15:03 02310_clickhouse_local_INSERT_progress_profile_events: [ OK ] 3.41 sec.
2025-06-05 05:15:03 02295_global_with_in_subquery: [ OK ] 1.32 sec.
2025-06-05 05:15:07 02303_query_kind: [ OK ] 5.72 sec.
2025-06-05 05:15:07 02294_nothing_arguments_in_functions: [ OK ] 4.55 sec.
2025-06-05 05:15:08 02319_no_columns_in_row_level_filter: [ OK ] 9.49 sec.
2025-06-05 05:15:08 02292_create_function_validate: [ OK ] 1.25 sec.
2025-06-05 05:15:09 02293_grouping_function: [ OK ] 5.59 sec.
2025-06-05 05:15:09 02292_hash_array_tuples: [ OK ] 2.05 sec.
2025-06-05 05:15:11 02281_limit_by_distributed: [ OK ] 2.17 sec.
2025-06-05 05:15:11 02286_vertical_merges_missed_column: [ OK ] 2.88 sec.
2025-06-05 05:15:11 02287_type_object_convert: [ OK ] 2.99 sec.
2025-06-05 05:15:12 02294_anova_cmp: [ OK ] 8.37 sec.
2025-06-05 05:15:12 02366_cancel_write_into_file: [ OK ] 31.24 sec.
2025-06-05 05:15:12 02269_insert_select_with_format_without_schema_inference: [ OK ] 0.79 sec.
2025-06-05 05:15:13 02352_lightweight_delete: [ OK ] 29.59 sec.
2025-06-05 05:15:13 02319_lightweight_delete_on_merge_tree_compact_parts: [ OK ] 14.28 sec.
2025-06-05 05:15:13 02264_format_insert_compression: [ OK ] 0.74 sec.
2025-06-05 05:15:13 02245_format_string_stack_overflow: [ OK ] 0.76 sec.
2025-06-05 05:15:14 02277_full_sort_join_misc: [ OK ] 2.17 sec.
2025-06-05 05:15:14 02248_nullable_custom_types_to_string: [ OK ] 1.01 sec.
2025-06-05 05:15:15 02242_subcolumns_sizes: [ OK ] 1.56 sec.
2025-06-05 05:15:15 02270_client_name: [ OK ] 3.43 sec.
2025-06-05 05:15:16 02239_client_host_help: [ OK ] 2.54 sec.
2025-06-05 05:15:18 02230_create_table_as_ignore_ttl: [ OK ] 1.39 sec.
2025-06-05 05:15:19 02223_insert_select_schema_inference: [ OK ] 0.94 sec.
2025-06-05 05:15:19 02250_hints_for_columns: [ OK ] 6.66 sec.
2025-06-05 05:15:21 02212_cte_and_table_alias: [ OK ] 1.30 sec.
2025-06-05 05:15:22 02212_h3_point_dist: [ OK ] 2.90 sec.
2025-06-05 05:15:23 02210_toColumnTypeName_toLowCardinality_const: [ OK ] 0.86 sec.
2025-06-05 05:15:23 02210_append_to_dev_dull: [ OK ] 2.11 sec.
2025-06-05 05:15:27 02206_minimum_sample_size: [ OK ] 3.30 sec.
2025-06-05 05:15:28 02207_key_condition_floats: [ OK ] 4.24 sec.
2025-06-05 05:15:28 02238_lz4_bug: [ OK ] 14.51 sec.
2025-06-05 05:15:34 02240_protobuflist_format_persons: [ OK ] 20.15 sec.
2025-06-05 05:15:34 02191_nested_with_dots: [ OK ] 6.25 sec.
2025-06-05 05:15:36 02193_async_insert_tcp_client_2: [ OK ] 8.82 sec.
2025-06-05 05:15:38 02185_orc_corrupted_file: [ OK ] 3.44 sec.
2025-06-05 05:15:38 02185_range_hashed_dictionary_open_ranges: [ OK ] 4.04 sec.
2025-06-05 05:15:38 02234_cast_to_ip_address: [ OK ] 23.76 sec.
2025-06-05 05:15:39 02179_key_condition_no_common_type: [ OK ] 1.14 sec.
2025-06-05 05:15:40 02167_columns_with_dots_default_values: [ OK ] 1.04 sec.
2025-06-05 05:15:40 02169_fix_view_offset_limit_setting: [ OK ] 1.45 sec.
2025-06-05 05:15:41 02160_monthname: [ OK ] 1.35 sec.
2025-06-05 05:15:41 02160_h3_cell_area_rads2: [ OK ] 1.25 sec.
2025-06-05 05:15:42 02155_create_table_w_timezone: [ OK ] 0.89 sec.
2025-06-05 05:15:42 02158_contingency: [ OK ] 1.24 sec.
2025-06-05 05:15:42 02183_dictionary_no_attributes: [ OK ] 6.18 sec.
2025-06-05 05:15:48 02155_h3_to_center_child: [ OK ] 5.40 sec.
2025-06-05 05:15:49 02155_default_keyword_format_values: [ OK ] 6.51 sec.
2025-06-05 05:15:49 02155_binary_op_between_float_and_decimal: [ OK ] 6.44 sec.
2025-06-05 05:15:50 02155_read_in_order_max_rows_to_read: [ OK ] 1.83 sec.
2025-06-05 05:15:50 02286_parallel_final: [ OK ] 41.52 sec.
2025-06-05 05:15:51 02152_count_distinct_optimization: [ OK ] 2.16 sec.
2025-06-05 05:15:51 02152_short_circuit_throw_if: [ OK ] 0.78 sec.
2025-06-05 05:15:53 02187_async_inserts_all_formats: [ OK ] 23.93 sec.
2025-06-05 05:15:53 02152_bool_type: [ OK ] 2.83 sec.
2025-06-05 05:15:53 02127_storage_join_settings_with_persistency: [ OK ] 0.72 sec.
2025-06-05 05:15:54 02131_mv_many_chunks_bug: [ OK ] 1.74 sec.
2025-06-05 05:15:55 02126_alter_table_alter_column: [ OK ] 1.01 sec.
2025-06-05 05:15:55 02151_invalid_setting_with_hints_in_query: [ OK ] 3.53 sec.
2025-06-05 05:15:55 02125_many_mutations: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:15:55 02149_read_in_order_fixed_prefix: [ OK ] 3.92 sec.
2025-06-05 05:15:56 02125_low_cardinality_int256: [ OK ] 0.74 sec.
2025-06-05 05:15:57 02154_bit_slice_for_string: [ OK ] 8.65 sec.
2025-06-05 05:16:05 02165_auto_format_by_file_extension: [ OK ] 25.54 sec.
2025-06-05 05:16:10 02125_query_views_log: [ OK ] 14.59 sec.
2025-06-05 05:16:17 02122_parallel_formatting_RowBinaryWithNamesAndTypes: [ OK ] 19.53 sec.
2025-06-05 05:16:18 02126_lc_window_functions: [ OK ] 23.14 sec.
2025-06-05 05:16:20 02122_parallel_formatting_JSONStringsEachRow: [ OK ] 15.18 sec.
2025-06-05 05:16:21 02125_lz4_compression_bug_TSV: [ OK ] 24.15 sec.
2025-06-05 05:16:24 02122_parallel_formatting_RowBinary: [ OK ] 6.43 sec.
2025-06-05 05:16:25 02122_parallel_formatting_PrettySpaceNoEscapes: [ OK ] 14.98 sec.
2025-06-05 05:16:26 02113_format_row_bug: [ OK ] 1.04 sec.
2025-06-05 05:16:27 02122_parallel_formatting_JSONCompactStringsEachRowWithNamesAndTypes: [ OK ] 9.45 sec.
2025-06-05 05:16:27 02122_parallel_formatting_Template: [ OK ] 6.54 sec.
2025-06-05 05:16:28 02122_parallel_formatting_TSKV: [ OK ] 7.16 sec.
2025-06-05 05:16:29 02111_function_mapExtractKeyLike: [ OK ] 1.96 sec.
2025-06-05 05:16:31 02100_alter_scalar_circular_deadlock: [ OK ] 2.63 sec.
2025-06-05 05:16:32 02101_avro_union_index_out_of_boundary: [ OK ] 3.56 sec.
2025-06-05 05:16:32 02112_with_fill_interval: [ OK ] 5.79 sec.
2025-06-05 05:16:32 02116_clickhouse_stderr: [ OK ] 7.84 sec.
2025-06-05 05:16:33 02126_dist_desc: [ OK ] 38.21 sec.
2025-06-05 05:16:33 02096_sample_by_tuple: [ OK ] 1.12 sec.
2025-06-05 05:16:34 02041_conversion_between_date32_and_datetime64: [ OK ] 0.97 sec.
2025-06-05 05:16:34 02044_exists_operator: [ OK ] 1.53 sec.
2025-06-05 05:16:35 02030_quantiles_underflow: [ OK ] 0.90 sec.
2025-06-05 05:16:36 02028_create_select_settings: [ OK ] 1.00 sec.
2025-06-05 05:16:36 02029_test_options_requests: [ OK ] 1.85 sec.
2025-06-05 05:16:37 02026_describe_include_subcolumns: [ OK ] 1.12 sec.
2025-06-05 05:16:37 02028_system_data_skipping_indices_size: [ OK ] 1.58 sec.
2025-06-05 05:16:39 02023_transform_or_to_in: [ OK ] 1.85 sec.
2025-06-05 05:16:40 02040_clickhouse_benchmark_query_id_pass_through: [ OK ] 6.72 sec.
2025-06-05 05:16:41 02021_prewhere_always_true_where: [ OK ] 1.19 sec.
2025-06-05 05:16:43 02273_full_sort_join: [ OK ] 91.57 sec.
2025-06-05 05:16:44 02020_exponential_smoothing_cross_block: [ OK ] 0.91 sec.
2025-06-05 05:16:44 02022_bzip2_truncated: [ OK ] 4.94 sec.
2025-06-05 05:16:48 02024_storage_filelog_mv: [ OK ] 11.07 sec.
2025-06-05 05:16:48 02015_async_inserts_6: [ OK ] 4.16 sec.
2025-06-05 05:16:49 02015_division_by_nullable: [ OK ] 4.90 sec.
2025-06-05 05:16:51 02012_settings_clause_for_s3: [ OK ] 0.99 sec.
2025-06-05 05:16:51 02014_dict_get_nullable_key: [ OK ] 2.21 sec.
2025-06-05 05:16:51 02100_low_cardinality_nullable_null_default: [ OK ] 19.29 sec.
2025-06-05 05:16:51 02014_storage_merge_order_by: [ OK ] 3.01 sec.
2025-06-05 05:16:52 02008_aliased_column_distributed_bug: [ OK ] 1.58 sec.
2025-06-05 05:16:53 02008_tuple_to_name_value_pairs: [ OK ] 1.99 sec.
2025-06-05 05:16:53 02006_client_test_hint_no_such_error_name: [ OK ] 2.35 sec.
2025-06-05 05:16:54 02003_bug_from_23515: [ OK ] 1.17 sec.
2025-06-05 05:16:54 02002_parse_map_int_key: [ OK ] 1.04 sec.
2025-06-05 05:16:55 02001_hostname_test: [ OK ] 1.12 sec.
2025-06-05 05:16:56 02005_log_formatted_queries: [ OK ] 3.39 sec.
2025-06-05 05:16:56 02001_select_with_filter: [ OK ] 1.18 sec.
2025-06-05 05:16:56 02102_row_binary_with_names_and_types: [ OK ] 29.36 sec.
2025-06-05 05:16:57 01950_aliases_bad_cast: [ OK ] 0.89 sec.
2025-06-05 05:16:57 01943_non_deterministic_order_key: [ OK ] 1.17 sec.
2025-06-05 05:16:58 02006_test_positional_arguments: [ OK ] 6.09 sec.
2025-06-05 05:16:59 01942_create_table_with_sample: [ OK ] 1.34 sec.
2025-06-05 05:17:00 01942_snowflakeToDateTime: [ OK ] 2.79 sec.
2025-06-05 05:17:01 01933_invalid_date: [ OK ] 1.80 sec.
2025-06-05 05:17:02 01940_pad_string: [ OK ] 4.08 sec.
2025-06-05 05:17:02 02001_join_on_const_bs_long: [ OK ] 6.80 sec.
2025-06-05 05:17:03 01925_broken_partition_id_zookeeper: [ OK ] 1.78 sec.
2025-06-05 05:17:03 01921_not_chain: [ OK ] 0.90 sec.
2025-06-05 05:17:03 01917_distinct_on: [ OK ] 1.25 sec.
2025-06-05 05:17:04 01913_if_int_decimal: [ OK ] 0.88 sec.
2025-06-05 05:17:05 01910_memory_tracking_topk: [ OK ] 1.25 sec.
2025-06-05 05:17:06 01906_h3_to_geo: [ OK ] 2.70 sec.
2025-06-05 05:17:07 02000_map_full_text_bloom_filter_index: [ OK ] 10.72 sec.
2025-06-05 05:17:07 01906_lc_in_bug: [ OK ] 2.13 sec.
2025-06-05 05:17:07 01911_logical_error_minus: [ OK ] 4.51 sec.
2025-06-05 05:17:07 01891_echo: [ OK ] 0.88 sec.
2025-06-05 05:17:09 01890_stem: [ OK ] 1.82 sec.
2025-06-05 05:17:10 01889_key_condition_function_chains: [ OK ] 2.83 sec.
2025-06-05 05:17:11 01888_bloom_filter_hasAny: [ OK ] 3.12 sec.
2025-06-05 05:17:11 01881_negate_formatting: [ OK ] 0.98 sec.
2025-06-05 05:17:11 01892_jit_aggregation_function_any_last_long: [ OK ] 4.98 sec.
2025-06-05 05:17:12 01883_with_grouping_sets: [ OK ] 2.76 sec.
2025-06-05 05:17:12 01881_total_bytes_storage_buffer: [ OK ] 1.46 sec.
2025-06-05 05:17:12 01869_function_modulo_legacy: [ OK ] 0.89 sec.
2025-06-05 05:17:13 01926_json_as_string_array: [ OK ] 13.47 sec.
2025-06-05 05:17:13 01867_fix_storage_memory_mutation: [ OK ] 1.42 sec.
2025-06-05 05:17:14 01851_fix_row_policy_empty_result: [ OK ] 1.14 sec.
2025-06-05 05:17:15 01866_aggregate_function_interval_length_sum: [ OK ] 2.60 sec.
2025-06-05 05:17:15 01836_date_time_keep_default_timezone_on_operations_den_crane: [ OK ] 1.57 sec.
2025-06-05 05:17:16 01825_type_json_order_by: [ OK ] 1.12 sec.
2025-06-05 05:17:16 01860_Distributed__shard_num_GROUP_BY: [ OK ] 3.55 sec.
2025-06-05 05:17:17 01825_type_json_nullable: [ OK ] 1.99 sec.
2025-06-05 05:17:18 01824_move_to_prewhere_many_columns: [ OK ] 2.56 sec.
2025-06-05 05:17:18 01813_distributed_scalar_subqueries_alias: [ OK ] 2.13 sec.
2025-06-05 05:17:18 01825_type_json_sparse: [ OK ] 3.07 sec.
2025-06-05 05:17:19 01870_modulo_partition_key: [ OK ] 7.79 sec.
2025-06-05 05:17:19 01801_distinct_group_by_shard: [ OK ] 1.02 sec.
2025-06-05 05:17:20 01803_const_nullable_map: [ OK ] 1.27 sec.
2025-06-05 05:17:21 02231_buffer_aggregate_states_leak: [ OK ] 126.39 sec.
2025-06-05 05:17:21 01783_http_chunk_size: [ OK ] 2.09 sec.
2025-06-05 05:17:22 01780_column_sparse_alter: [ OK ] 2.12 sec.
2025-06-05 05:17:22 01801_dateDiff_DateTime64: [ OK ] 3.63 sec.
2025-06-05 05:17:22 01773_case_sensitive_version: [ OK ] 0.79 sec.
2025-06-05 05:17:22 01778_mmap_cache_infra: [ OK ] 0.96 sec.
2025-06-05 05:17:23 01780_column_sparse: [ OK ] 2.94 sec.
2025-06-05 05:17:23 01765_tehran_dst: [ OK ] 0.95 sec.
2025-06-05 05:17:23 01812_basic_auth_http_server: [ OK ] 5.81 sec.
2025-06-05 05:17:23 01761_round_year_bounds: [ OK ] 0.66 sec.
2025-06-05 05:17:24 01763_support_map_lowcardinality_type: [ OK ] 1.19 sec.
2025-06-05 05:17:24 01762_datetime64_extended_parsing: [ OK ] 0.82 sec.
2025-06-05 05:17:25 01764_prefer_column_name_to_alias: [ OK ] 2.60 sec.
2025-06-05 05:17:25 01762_deltasumtimestamp_datetime64: [ OK ] 2.79 sec.
2025-06-05 05:17:26 01754_clickhouse_format_backslash: [ OK ] 1.95 sec.
2025-06-05 05:17:26 01755_client_highlight_multi_line_comment_regression: [ OK ] 2.55 sec.
2025-06-05 05:17:26 01754_cluster_all_replicas_shard_num: [ OK ] 2.65 sec.
2025-06-05 05:17:26 01747_transform_empty_arrays: [ OK ] 0.97 sec.
2025-06-05 05:17:28 01732_explain_syntax_union_query: [ OK ] 1.21 sec.
2025-06-05 05:17:28 01732_alters_bad_conversions: [ OK ] 1.93 sec.
2025-06-05 05:17:29 01732_bigint_ubsan: [ OK ] 1.50 sec.
2025-06-05 05:17:30 01753_system_zookeeper_query_param_path_long: [ OK ] 4.69 sec.
2025-06-05 05:17:31 01718_subtract_seconds_date: [ OK ] 0.94 sec.
2025-06-05 05:17:31 01746_convert_type_with_default: [ OK ] 4.61 sec.
2025-06-05 05:17:32 01717_int_div_float_too_large_ubsan: [ OK ] 1.07 sec.
2025-06-05 05:17:33 01712_no_adaptive_granularity_vertical_merge: [ OK ] 1.70 sec.
2025-06-05 05:17:33 01711_cte_subquery_fix: [ OK ] 1.35 sec.
2025-06-05 05:17:35 01710_projection_mutation: [ OK ] 1.50 sec.
2025-06-05 05:17:36 01710_projection_part_check: [ OK ] 2.53 sec.
2025-06-05 05:17:40 01710_normal_projection_fix1: [ OK ] 4.62 sec.
2025-06-05 05:17:41 01746_long_zstd_http_compression_json_format: [ OK ] 15.29 sec.
2025-06-05 05:17:47 02020_alter_table_modify_comment: [ OK ] 65.03 sec.
2025-06-05 05:17:47 02100_multiple_hosts_command_line_set: [ OK ] 75.36 sec.
2025-06-05 05:17:47 01710_projections_order_by_incomplete: [ OK ] 5.10 sec.
2025-06-05 05:17:48 01710_aggregate_projection_with_normalized_states: [ OK ] 7.25 sec.
2025-06-05 05:17:48 01730_distributed_group_by_no_merge_order_by_long: [ OK ] 19.83 sec.
2025-06-05 05:17:49 01710_projection_query_plan_optimization_misc: [ OK ] 1.20 sec.
2025-06-05 05:17:49 01710_aggregate_projection_with_grouping_set: [ OK ] 1.77 sec.
2025-06-05 05:17:49 01710_projection_with_alter_conversions: [ OK ] 1.21 sec.
2025-06-05 05:17:49 01710_projection_with_joins: [ OK ] 2.47 sec.
2025-06-05 05:17:50 01720_country_intersection: [ OK ] 20.31 sec.
2025-06-05 05:17:50 01710_projection_analysis_reuse_partition: [ OK ] 14.03 sec.
2025-06-05 05:17:50 01702_bitmap_native_integers: [ OK ] 1.13 sec.
2025-06-05 05:17:50 01709_inactive_parts_to_throw_insert: [ OK ] 1.49 sec.
2025-06-05 05:17:51 01710_projections_in_distributed_query: [ OK ] 2.19 sec.
2025-06-05 05:17:51 01698_map_populate_overflow: [ OK ] 1.18 sec.
2025-06-05 05:17:52 01684_geohash_ubsan: [ OK ] 1.16 sec.
2025-06-05 05:17:52 01701_if_tuple_segfault: [ OK ] 2.85 sec.
2025-06-05 05:17:53 01710_projections: [ OK ] 4.10 sec.
2025-06-05 05:17:53 01674_filter_by_uint8: [ OK ] 1.59 sec.
2025-06-05 05:17:54 01676_reinterpret_as: [ OK ] 3.48 sec.
2025-06-05 05:17:54 01666_great_circle_distance_ubsan: [ OK ] 0.80 sec.
2025-06-05 05:17:55 01669_join_or_duplicates: [ OK ] 2.04 sec.
2025-06-05 05:17:55 01665_running_difference_ubsan: [ OK ] 0.84 sec.
2025-06-05 05:17:55 01655_window_functions_null: [ OK ] 0.89 sec.
2025-06-05 05:17:55 01756_optimize_skip_unused_shards_rewrite_in: [ OK ] 32.20 sec.
2025-06-05 05:17:56 01654_bar_nan: [ OK ] 0.76 sec.
2025-06-05 05:17:56 01649_with_alias_key_condition: [ OK ] 1.20 sec.
2025-06-05 05:17:58 01634_uuid_fuzz: [ OK ] 1.09 sec.
2025-06-05 05:17:58 01639_distributed_sync_insert_zero_rows: [ OK ] 2.38 sec.
2025-06-05 05:17:58 01642_if_nullable_regression: [ OK ] 3.08 sec.
2025-06-05 05:17:59 01636_nullable_fuzz2: [ OK ] 2.82 sec.
2025-06-05 05:18:04 01603_insert_select_too_many_parts: [ OK ] 5.47 sec.
2025-06-05 05:18:06 01686_event_time_microseconds_part_log: [ OK ] 15.21 sec.
2025-06-05 05:18:06 01622_byte_size: [ OK ] 8.05 sec.
2025-06-05 05:18:06 01605_dictinct_two_level: [ OK ] 7.83 sec.
2025-06-05 05:18:07 01602_insert_into_table_function_cluster: [ OK ] 2.33 sec.
2025-06-05 05:18:07 01596_null_as_default_nullable: [ OK ] 0.82 sec.
2025-06-05 05:18:08 01593_functions_in_order_by: [ OK ] 0.80 sec.
2025-06-05 05:18:08 01601_temporary_table_session_scope: [ OK ] 2.25 sec.
2025-06-05 05:18:10 01592_window_functions: [ OK ] 2.22 sec.
2025-06-05 05:18:11 01601_custom_tld: [ OK ] 4.76 sec.
2025-06-05 05:18:11 01586_replicated_mutations_empty_partition: [ OK ] 2.89 sec.
2025-06-05 05:18:12 01582_any_join_supertype: [ OK ] 2.30 sec.
2025-06-05 05:18:12 01569_query_profiler_big_query_id: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:18:13 01581_to_int_inf_nan: [ OK ] 2.08 sec.
2025-06-05 05:18:13 01566_negate_formatting: [ OK ] 0.95 sec.
2025-06-05 05:18:13 01570_aggregator_combinator_simple_state: [ OK ] 2.46 sec.
2025-06-05 05:18:14 01561_Date_and_DateTime64_comparision: [ OK ] 0.96 sec.
2025-06-05 05:18:14 01552_alter_name_collision: [ OK ] 0.83 sec.
2025-06-05 05:18:15 01553_settings_early_apply: [ OK ] 1.44 sec.
2025-06-05 05:18:15 01551_context_uaf: [ OK ] 1.23 sec.
2025-06-05 05:18:16 01671_ddl_hang_timeout_long: [ OK ] 23.40 sec.
2025-06-05 05:18:16 01548_lzy305: [ OK ] 1.37 sec.
2025-06-05 05:18:17 01543_parse_datetime_besteffort_or_null_empty_string: [ OK ] 1.35 sec.
2025-06-05 05:18:18 01543_toModifiedJulianDay: [ OK ] 2.29 sec.
2025-06-05 05:18:18 01526_max_untracked_memory: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:18:18 01537_fuzz_count_equal: [ OK ] 0.83 sec.
2025-06-05 05:18:20 01624_soft_constraints: [ FAIL ] 22.17 sec. - result differs with reference:
2025-06-05 05:18:20 --- /usr/share/clickhouse-test/queries/0_stateless/01624_soft_constraints.reference 2025-06-05 05:05:29.326092064 -1000
2025-06-05 05:18:20 +++ /tmp/clickhouse-test/0_stateless/01624_soft_constraints.stdout 2025-06-05 05:18:20.287604256 -1000
2025-06-05 05:18:20 @@ -1,16 +1,16 @@
2025-06-05 05:18:20 "rows_read": 4,
2025-06-05 05:18:20 - "rows_read": 2,
2025-06-05 05:18:20 "rows_read": 4,
2025-06-05 05:18:20 - "rows_read": 2,
2025-06-05 05:18:20 - "rows_read": 2,
2025-06-05 05:18:20 - "rows_read": 2,
2025-06-05 05:18:20 "rows_read": 4,
2025-06-05 05:18:20 - "rows_read": 2,
2025-06-05 05:18:20 "rows_read": 4,
2025-06-05 05:18:20 "rows_read": 4,
2025-06-05 05:18:20 - "rows_read": 1,
2025-06-05 05:18:20 "rows_read": 4,
2025-06-05 05:18:20 - "rows_read": 3,
2025-06-05 05:18:20 "rows_read": 4,
2025-06-05 05:18:20 "rows_read": 4,
2025-06-05 05:18:20 - "rows_read": 3,
2025-06-05 05:18:20 + "rows_read": 4,
2025-06-05 05:18:20 + "rows_read": 4,
2025-06-05 05:18:20 + "rows_read": 4,
2025-06-05 05:18:20 + "rows_read": 4,
2025-06-05 05:18:20 + "rows_read": 4,
2025-06-05 05:18:20 + "rows_read": 4,
2025-06-05 05:18:20 + "rows_read": 4,
2025-06-05 05:18:20 + "rows_read": 4,
2025-06-05 05:18:20
2025-06-05 05:18:20
2025-06-05 05:18:20 Settings used in the test: --max_insert_threads 5 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 11827236 --max_read_buffer_size 891549 --prefer_localhost_replica 1 --max_block_size 37185 --max_threads 13 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 88 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 39905878 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 16 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 1 --max_bytes_before_remerge_sort 547872438 --min_compress_block_size 2303501 --max_compress_block_size 301613 --merge_tree_compact_parts_min_granules_to_multibuffer_read 62 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2819824 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --prefer_warmed_unmerged_parts_seconds 5 --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.72
2025-06-05 05:18:20
2025-06-05 05:18:20 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 2559560 --merge_max_block_size 2885 --index_granularity 12301 --min_bytes_for_wide_part 0 --marks_compress_block_size 85040 --primary_key_compress_block_size 56472 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 487074720 --compact_parts_max_granules_to_buffer 231 --compact_parts_merge_max_bytes_to_prefetch_part 20730905 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 318
2025-06-05 05:18:20
2025-06-05 05:18:20 Database: test_dzof7n6n
2025-06-05 05:18:21 01548_parallel_parsing_max_memory: [ OK ] 5.45 sec.
2025-06-05 05:18:22 01516_date_time_output_format: [ OK ] 3.58 sec.
2025-06-05 05:18:22 01514_input_format_csv_enum_as_number_setting: [ OK ] 1.46 sec.
2025-06-05 05:18:23 01514_tid_function: [ OK ] 0.95 sec.
2025-06-05 05:18:24 01511_format_readable_timedelta: [ OK ] 1.56 sec.
2025-06-05 05:18:28 01510_format_regexp_raw_low_cardinality: [ OK ] 4.52 sec.
2025-06-05 05:18:28 01511_prewhere_with_virtuals: [ OK ] 5.14 sec.
2025-06-05 05:18:30 01507_multiversion_storage_for_storagememory: [ OK ] 1.39 sec.
2025-06-05 05:18:35 01509_parallel_quorum_insert_no_replicas_long: [ OK ] 11.00 sec.
2025-06-05 05:18:36 01506_ttl_same_with_order_by: [ OK ] 7.89 sec.
2025-06-05 05:18:36 01548_query_log_query_execution_ms: [ OK ] 21.50 sec.
2025-06-05 05:18:39 01504_compression_multiple_streams: [ OK ] 9.07 sec.
2025-06-05 05:18:40 01493_alter_remove_properties: [ OK ] 3.07 sec.
2025-06-05 05:18:41 01493_alter_remove_wrong_default: [ OK ] 1.68 sec.
2025-06-05 05:18:41 01491_nested_multiline_comments: [ OK ] 1.08 sec.
2025-06-05 05:18:42 01486_json_array_output: [ OK ] 0.92 sec.
2025-06-05 05:18:42 01495_subqueries_in_with_statement: [ OK ] 5.67 sec.
2025-06-05 05:18:43 01482_move_to_prewhere_and_cast: [ OK ] 1.71 sec.
2025-06-05 05:18:43 01473_event_time_microseconds: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:18:44 01479_cross_join_9855: [ OK ] 1.80 sec.
2025-06-05 05:18:45 01462_test_codec_on_alias: [ OK ] 1.54 sec.
2025-06-05 05:18:46 01461_alter_table_function: [ OK ] 1.80 sec.
2025-06-05 05:18:47 01457_compile_expressions_fuzzer: [ OK ] 0.87 sec.
2025-06-05 05:18:47 01459_decimal_casts: [ OK ] 2.08 sec.
2025-06-05 05:18:47 01675_data_type_coroutine: [ OK ] 55.44 sec.
2025-06-05 05:18:48 01449_json_compact_strings: [ OK ] 0.90 sec.
2025-06-05 05:18:49 01453_fixsed_string_sort: [ OK ] 2.20 sec.
2025-06-05 05:18:50 01440_big_int_least_greatest: [ OK ] 2.08 sec.
2025-06-05 05:18:51 01431_finish_sorting_with_consts: [ OK ] 1.32 sec.
2025-06-05 05:18:52 01420_logical_functions_materialized_null: [ OK ] 1.22 sec.
2025-06-05 05:18:52 01422_map_skip_null: [ OK ] 1.77 sec.
2025-06-05 05:18:53 01419_materialize_null: [ OK ] 0.87 sec.
2025-06-05 05:18:55 01418_query_scope_constants_and_remote: [ OK ] 1.51 sec.
2025-06-05 05:18:56 01418_custom_settings: [ OK ] 3.97 sec.
2025-06-05 05:18:58 01415_table_function_view: [ OK ] 1.44 sec.
2025-06-05 05:19:00 01413_allow_non_metadata_alters: [ OK ] 1.96 sec.
2025-06-05 05:19:02 01408_range_overflow: [ OK ] 1.47 sec.
2025-06-05 05:19:03 01400_join_get_with_multi_keys: [ OK ] 1.17 sec.
2025-06-05 05:19:03 01417_query_time_in_system_events: [ OK ] 8.52 sec.
2025-06-05 05:19:04 01396_negative_datetime_saturate_to_zero: [ OK ] 0.86 sec.
2025-06-05 05:19:05 01475_read_subcolumns_storages: [ OK ] 22.71 sec.
2025-06-05 05:19:06 01373_is_zero_or_null: [ OK ] 1.92 sec.
2025-06-05 05:19:06 01373_summing_merge_tree_explicit_columns_definition: [ OK ] 1.06 sec.
2025-06-05 05:19:07 01372_wrong_order_by_removal: [ OK ] 0.86 sec.
2025-06-05 05:19:07 01372_remote_table_function_empty_table: [ OK ] 0.92 sec.
2025-06-05 05:19:08 01360_division_overflow: [ OK ] 0.99 sec.
2025-06-05 05:19:08 01347_partition_date_vs_datetime: [ OK ] 1.18 sec.
2025-06-05 05:19:09 01502_long_log_tinylog_deadlock_race: [ OK ] 33.79 sec.
2025-06-05 05:19:09 01338_sha256_fixedstring: [ OK ] 1.06 sec.
2025-06-05 05:19:09 01375_output_format_tsv_csv_with_names: [ OK ] 5.75 sec.
2025-06-05 05:19:10 01338_uuid_without_separator: [ OK ] 1.23 sec.
2025-06-05 05:19:10 01337_mysql_global_variables: [ OK ] 1.08 sec.
2025-06-05 05:19:10 01326_fixed_string_comparison_denny_crane: [ OK ] 0.85 sec.
2025-06-05 05:19:11 01327_decimal_cut_extra_digits_after_point: [ OK ] 1.80 sec.
2025-06-05 05:19:11 01321_monotonous_functions_in_order_by_bug: [ OK ] 0.85 sec.
2025-06-05 05:19:13 01319_optimize_skip_unused_shards_nesting: [ OK ] 2.22 sec.
2025-06-05 05:19:14 01319_manual_write_to_replicas_long: [ OK ] 2.56 sec.
2025-06-05 05:19:15 01315_count_distinct_return_not_nullable: [ OK ] 2.24 sec.
2025-06-05 05:19:16 01312_skip_empty_params: [ OK ] 2.02 sec.
2025-06-05 05:19:17 01310_enum_comparison: [ OK ] 1.45 sec.
2025-06-05 05:19:18 01305_buffer_final_bug: [ OK ] 1.49 sec.
2025-06-05 05:19:20 01300_read_wkt: [ OK ] 2.33 sec.
2025-06-05 05:19:21 01318_decrypt: [ OK ] 9.24 sec.
2025-06-05 05:19:22 01296_pipeline_stuck: [ OK ] 1.83 sec.
2025-06-05 05:19:24 01323_too_many_threads_bug: [ OK ] 13.80 sec.
2025-06-05 05:19:24 01292_optimize_data_skip_idx_order_by_expr: [ OK ] 1.53 sec.
2025-06-05 05:19:24 01293_show_clusters: [ OK ] 3.51 sec.
2025-06-05 05:19:25 01441_low_cardinality_array_index: [ OK ] 37.87 sec.
2025-06-05 05:19:26 01278_random_string_utf8: [ OK ] 1.44 sec.
2025-06-05 05:19:27 01291_aggregation_in_order: [ OK ] 3.59 sec.
2025-06-05 05:19:28 01277_buffer_column_order: [ OK ] 1.70 sec.
2025-06-05 05:19:28 01290_empty_array_index_analysis: [ OK ] 3.69 sec.
2025-06-05 05:19:30 01277_alter_rename_column_constraint_zookeeper_long: [ OK ] 4.75 sec.
2025-06-05 05:19:30 01275_extract_groups_check: [ OK ] 2.74 sec.
2025-06-05 05:19:31 01273_extractGroups: [ OK ] 3.49 sec.
2025-06-05 05:19:31 01271_http_code_parse_error: [ OK ] 3.68 sec.
2025-06-05 05:19:32 01592_long_window_functions1: [ OK ] 84.52 sec.
2025-06-05 05:19:33 01265_datetime_string_comparison_felix_mueller: [ OK ] 1.24 sec.
2025-06-05 05:19:33 01266_default_prewhere_reqq: [ OK ] 1.44 sec.
2025-06-05 05:19:33 01268_shard_avgweighted: [ OK ] 2.71 sec.
2025-06-05 05:19:33 01260_ubsan_decimal_parse: [ OK ] 0.76 sec.
2025-06-05 05:19:34 01258_wrong_cast_filimonov: [ OK ] 0.90 sec.
2025-06-05 05:19:34 01248_least_greatest_mixed_const: [ OK ] 0.75 sec.
2025-06-05 05:19:34 01263_type_conversion_nvartolomei: [ OK ] 2.49 sec.
2025-06-05 05:19:36 01246_least_greatest_generic: [ OK ] 2.12 sec.
2025-06-05 05:19:36 01240_join_get_or_null: [ OK ] 1.42 sec.
2025-06-05 05:19:37 01246_extractAllGroupsHorizontal: [ OK ] 3.01 sec.
2025-06-05 05:19:37 01231_markdown_format: [ OK ] 1.35 sec.
2025-06-05 05:19:38 01247_optimize_distributed_group_by_sharding_key_dist_on_dist: [ OK ] 3.99 sec.
2025-06-05 05:19:38 01236_graphite_mt: [ OK ] 2.02 sec.
2025-06-05 05:19:39 01213_point_in_Myanmar: [ OK ] 1.20 sec.
2025-06-05 05:19:39 01212_empty_join_and_totals: [ OK ] 0.87 sec.
2025-06-05 05:19:39 01226_dist_on_dist_global_in: [ OK ] 2.15 sec.
2025-06-05 05:19:41 01213_alter_rename_column: [ OK ] 2.62 sec.
2025-06-05 05:19:42 01181_db_atomic_drop_on_cluster: [ OK ] 2.54 sec.
2025-06-05 05:19:43 01180_client_syntax_errors: [ OK ] 2.88 sec.
2025-06-05 05:19:47 01178_int_field_to_decimal: [ OK ] 4.14 sec.
2025-06-05 05:19:47 01175_distributed_ddl_output_mode_long: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:19:48 01179_insert_values_semicolon: [ OK ] 7.08 sec.
2025-06-05 05:19:49 01177_group_array_moving: [ OK ] 5.13 sec.
2025-06-05 05:19:51 01271_optimize_arithmetic_operations_in_aggr_func_long: [ OK ] 21.37 sec.
2025-06-05 05:19:55 01141_join_get_negative: [ OK ] 2.57 sec.
2025-06-05 05:19:56 01142_with_ties_and_aliases: [ OK ] 6.92 sec.
2025-06-05 05:19:56 01142_merge_join_lc_and_nullable_in_key: [ OK ] 6.55 sec.
2025-06-05 05:20:02 01132_max_rows_to_read: [ OK ] 4.84 sec.
2025-06-05 05:20:02 01157_replace_table: [ OK ] 13.64 sec.
2025-06-05 05:20:07 01112_check_table_with_index: [ OK ] 3.38 sec.
2025-06-05 05:20:07 01117_chain_finalize_bug: [ OK ] 10.24 sec.
2025-06-05 05:20:10 01114_alter_modify_compact_parts: [ OK ] 6.86 sec.
2025-06-05 05:20:16 01701_parallel_parsing_infinite_segmentation: [ OK ] 146.29 sec.
2025-06-05 05:20:17 01101_prewhere_after_alter: [ OK ] 9.33 sec.
2025-06-05 05:20:20 01086_regexp_input_format_skip_unmatched: [ OK ] 8.38 sec.
2025-06-05 05:20:20 01087_table_function_generate: [ OK ] 11.98 sec.
2025-06-05 05:20:22 01133_begin_commit_race: [ OK ] 25.64 sec.
2025-06-05 05:20:24 01079_reinterpret_as_fixed_string: [ OK ] 2.28 sec.
2025-06-05 05:20:25 01083_cross_to_inner_with_like: [ OK ] 3.34 sec.
2025-06-05 05:20:33 01085_regexp_input_format: [ OK ] 14.16 sec.
2025-06-05 05:20:36 01070_template_empty_file: [ OK ] 1.51 sec.
2025-06-05 05:20:38 01070_h3_get_base_cell: [ OK ] 1.39 sec.
2025-06-05 05:20:38 01085_max_distributed_connections: [ OK ] 21.19 sec.
2025-06-05 05:20:41 01070_h3_hex_area_m2: [ OK ] 1.53 sec.
2025-06-05 05:20:42 01070_h3_to_children: [ OK ] 3.37 sec.
2025-06-05 05:20:44 01195_formats_diagnostic_info: [ OK ] 64.70 sec.
2025-06-05 05:20:45 01065_array_zip_mixed_const: [ OK ] 1.54 sec.
2025-06-05 05:20:47 01069_materialized_view_alter_target_table_with_default_expression: [ OK ] 4.68 sec.
2025-06-05 05:20:49 01076_array_join_prewhere_const_folding: [ OK ] 24.06 sec.
2025-06-05 05:20:50 01061_alter_codec_with_type: [ OK ] 4.77 sec.
2025-06-05 05:20:52 01056_negative_with_bloom_filter: [ OK ] 2.36 sec.
2025-06-05 05:20:58 01051_scalar_optimization: [ OK ] 4.12 sec.
2025-06-05 05:20:58 01073_window_view_event_tumble_to_asc_populate: [ OK ] 31.50 sec.
2025-06-05 05:21:01 01047_nullable_rand: [ OK ] 2.07 sec.
2025-06-05 05:21:02 01077_window_view_alter_query_to_modify_source: [ OK ] 38.78 sec.
2025-06-05 05:21:03 01057_http_compression_prefer_brotli: [ OK ] 14.68 sec.
2025-06-05 05:21:08 01030_final_mark_empty_primary_key: [ OK ] 6.30 sec.
2025-06-05 05:21:09 01030_storage_set_supports_read: [ OK ] 5.41 sec.
2025-06-05 05:21:09 01026_char_utf8: [ OK ] 0.90 sec.
2025-06-05 05:21:09 01304_direct_io_long: [ OK ] 112.51 sec.
2025-06-05 05:21:11 01062_alter_on_mutataion_zookeeper_long: [ OK ] 25.68 sec.
2025-06-05 05:21:11 01016_simhash_minhash_ppc: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:21:11 01016_uniqCombined64: [ OK ] 1.98 sec.
2025-06-05 05:21:11 01055_compact_parts_granularity: [ OK ] 20.49 sec.
2025-06-05 05:21:12 01016_null_part_minmax: [ OK ] 1.33 sec.
2025-06-05 05:21:13 01016_index_tuple_field_type: [ OK ] 2.57 sec.
2025-06-05 05:21:14 01015_random_constant: [ OK ] 0.98 sec.
2025-06-05 05:21:14 01019_Buffer_and_max_memory_usage: [ OK ] 5.50 sec.
2025-06-05 05:21:15 01013_repeat_function: [ OK ] 1.71 sec.
2025-06-05 05:21:16 01015_array_split: [ OK ] 2.45 sec.
2025-06-05 05:21:16 01012_show_tables_limit: [ OK ] 1.41 sec.
2025-06-05 05:21:18 01034_sample_final_distributed: [ OK ] 19.68 sec.
2025-06-05 05:21:20 00994_table_function_numbers_mt: [ OK ] 1.22 sec.
2025-06-05 05:21:20 01000_bad_size_of_marks_skip_idx: [ OK ] 4.13 sec.
2025-06-05 05:21:21 00998_constraints_all_tables: [ OK ] 5.19 sec.
2025-06-05 05:21:21 00980_skip_unused_shards_without_sharding_key: [ OK ] 1.36 sec.
2025-06-05 05:21:22 01516_drop_table_stress_long: [ OK ] 184.13 sec.
2025-06-05 05:21:22 00978_table_function_values_alias: [ OK ] 0.86 sec.
2025-06-05 05:21:23 00979_quantileExcatExclusive_and_Inclusive: [ OK ] 1.44 sec.
2025-06-05 05:21:30 00977_int_div: [ OK ] 7.45 sec.
2025-06-05 05:21:32 01002_alter_nullable_adaptive_granularity_long: [ OK ] 16.33 sec.
2025-06-05 05:21:32 00976_shard_low_cardinality_achimbab: [ OK ] 9.03 sec.
2025-06-05 05:21:34 00980_alter_settings_race: [ OK ] 13.84 sec.
2025-06-05 05:21:34 00977_join_use_nulls_denny_crane: [ OK ] 11.74 sec.
2025-06-05 05:21:34 00976_ttl_with_old_parts: [ OK ] 3.52 sec.
2025-06-05 05:21:35 00972_desc_table_virtual_columns: [ OK ] 0.84 sec.
2025-06-05 05:21:35 00974_distributed_join_on: [ OK ] 3.34 sec.
2025-06-05 05:21:36 00964_os_thread_priority: [ OK ] 0.85 sec.
2025-06-05 05:21:38 00962_enumNotExect: [ OK ] 1.54 sec.
2025-06-05 05:21:39 01015_database_bad_tables: [ OK ] 27.37 sec.
2025-06-05 05:21:39 00961_visit_param_buffer_underflow: [ OK ] 0.74 sec.
2025-06-05 05:21:40 00974_text_log_table_not_empty: [ OK ] 6.71 sec.
2025-06-05 05:21:41 00957_format_with_clashed_aliases: [ OK ] 1.87 sec.
2025-06-05 05:21:41 00958_format_of_tuple_array_element: [ OK ] 1.94 sec.
2025-06-05 05:21:41 01016_input_null_as_default: [ OK ] 32.01 sec.
2025-06-05 05:21:42 00954_resample_combinator: [ OK ] 1.55 sec.
2025-06-05 05:21:43 01030_storage_url_syntax: [ OK ] 39.16 sec.
2025-06-05 05:21:45 00965_set_index_string_functions: [ OK ] 10.37 sec.
2025-06-05 05:21:46 00975_indices_mutation_replicated_zookeeper_long: [ OK ] 13.66 sec.
2025-06-05 05:21:46 00935_to_iso_week_first_year: [ OK ] 1.03 sec.
2025-06-05 05:21:48 00955_test_final_mark_use: [ OK ] 7.65 sec.
2025-06-05 05:21:49 00933_ttl_with_default: [ OK ] 3.18 sec.
2025-06-05 05:21:50 00931_low_cardinality_set_index_in_key_condition: [ OK ] 1.21 sec.
2025-06-05 05:21:50 00932_geohash_support: [ OK ] 3.66 sec.
2025-06-05 05:21:50 00928_multi_match_constant_constant: [ OK ] 1.31 sec.
2025-06-05 05:21:51 00942_mutate_index: [ OK ] 8.27 sec.
2025-06-05 05:21:52 00948_to_valid_utf8: [ OK ] 9.46 sec.
2025-06-05 05:21:53 00926_geo_to_h3: [ OK ] 1.94 sec.
2025-06-05 05:21:55 00927_asof_join_long: [ OK ] 5.53 sec.
2025-06-05 05:21:56 00921_datetime64_basic: [ OK ] 3.73 sec.
2025-06-05 05:21:57 00919_sum_aggregate_states_constants: [ OK ] 1.58 sec.
2025-06-05 05:21:58 00926_adaptive_index_granularity_replacing_merge_tree: [ OK ] 8.14 sec.
2025-06-05 05:21:58 00918_has_unsufficient_type_check: [ OK ] 1.07 sec.
2025-06-05 05:21:59 00911_tautological_compare: [ OK ] 0.62 sec.
2025-06-05 05:22:01 00956_sensitive_data_masking: [ OK ] 20.03 sec.
2025-06-05 05:22:01 00953_zookeeper_suetin_deduplication_bug: [ OK ] 19.80 sec.
2025-06-05 05:22:02 00907_set_index_with_nullable_and_low_cardinality_bug: [ OK ] 1.40 sec.
2025-06-05 05:22:02 00915_simple_aggregate_function: [ OK ] 4.36 sec.
2025-06-05 05:22:03 00905_field_with_aggregate_function_state: [ OK ] 1.31 sec.
2025-06-05 05:22:04 00898_quantile_timing_parameter_check: [ OK ] 0.95 sec.
2025-06-05 05:22:04 00879_cast_to_decimal_crash: [ OK ] 0.90 sec.
2025-06-05 05:22:04 00907_set_index_max_rows: [ OK ] 5.18 sec.
2025-06-05 05:22:05 00874_issue_3495: [ OK ] 1.18 sec.
2025-06-05 05:22:06 00864_union_all_supertype: [ OK ] 1.35 sec.
2025-06-05 05:22:07 00863_comma_join_in: [ OK ] 2.21 sec.
2025-06-05 05:22:07 00859_distinct_with_join: [ OK ] 1.45 sec.
2025-06-05 05:22:08 00926_multimatch: [ OK ] 18.03 sec.
2025-06-05 05:22:12 00850_global_join_dups: [ OK ] 5.16 sec.
2025-06-05 05:22:14 00918_json_functions: [ OK ] 18.18 sec.
2025-06-05 05:22:17 00870_t64_codec: [ OK ] 13.61 sec.
2025-06-05 05:22:20 00825_protobuf_format_enum_mapping: [ OK ] 5.76 sec.
2025-06-05 05:22:21 00820_multiple_joins: [ OK ] 3.51 sec.
2025-06-05 05:22:22 00816_join_column_names_sarg: [ OK ] 1.26 sec.
2025-06-05 05:22:24 00834_hints_for_type_function_typos: [ OK ] 15.83 sec.
2025-06-05 05:22:25 00813_parse_date_time_best_effort_more: [ OK ] 0.72 sec.
2025-06-05 05:22:26 00812_prewhere_alias_array: [ OK ] 0.93 sec.
2025-06-05 05:22:27 00834_kill_mutation: [ OK ] 15.00 sec.
2025-06-05 05:22:31 00802_system_parts_with_datetime_partition: [ OK ] 3.17 sec.
2025-06-05 05:22:32 00965_shard_unresolvable_addresses: [ OK ] 57.23 sec.
2025-06-05 05:22:33 00838_system_tables_drop_table_race: [ OK ] 25.38 sec.
2025-06-05 05:22:33 00814_replicated_minimalistic_part_header_zookeeper: [ OK ] 10.55 sec.
2025-06-05 05:22:34 00780_unaligned_array_join: [ OK ] 1.03 sec.
2025-06-05 05:22:34 00761_lower_utf8_bug: [ OK ] 0.76 sec.
2025-06-05 05:22:35 00764_max_query_size_allocation: [ OK ] 1.78 sec.
2025-06-05 05:22:35 00765_locate: [ OK ] 2.44 sec.
2025-06-05 05:22:36 00756_power_alias: [ OK ] 0.68 sec.
2025-06-05 05:22:37 00800_function_java_hash_with_unsigined_types: [ OK ] 5.73 sec.
2025-06-05 05:22:37 00757_enum_defaults: [ OK ] 2.81 sec.
2025-06-05 05:22:38 00748_insert_array_with_null: [ OK ] 1.15 sec.
2025-06-05 05:22:38 00752_low_cardinality_mv_2: [ OK ] 2.26 sec.
2025-06-05 05:22:39 00735_or_expr_optimize_bug: [ OK ] 1.31 sec.
2025-06-05 05:22:41 00736_disjunction_optimisation: [ OK ] 3.72 sec.
2025-06-05 05:22:42 00732_quorum_insert_have_data_before_quorum_zookeeper_long: [ OK ] 3.05 sec.
2025-06-05 05:22:42 00721_force_by_identical_result_after_merge_zookeeper_long: [ OK ] 2.41 sec.
2025-06-05 05:22:43 00717_default_join_type: [ OK ] 1.42 sec.
2025-06-05 05:22:44 00718_low_cardinaliry_alter: [ OK ] 2.73 sec.
2025-06-05 05:22:45 00804_test_delta_codec_compression: [ OK ] 18.25 sec.
2025-06-05 05:22:45 00716_allow_ddl: [ OK ] 1.57 sec.
2025-06-05 05:22:45 00717_low_cardinaliry_group_by: [ OK ] 3.23 sec.
2025-06-05 05:22:46 00714_create_temporary_table_with_in_clause: [ OK ] 1.33 sec.
2025-06-05 05:22:47 00712_prewhere_with_missing_columns_2: [ OK ] 1.43 sec.
2025-06-05 05:22:47 00715_bounding_ratio: [ OK ] 2.32 sec.
2025-06-05 05:22:48 00712_prewhere_with_alias_and_virtual_column: [ OK ] 1.05 sec.
2025-06-05 05:22:48 00712_prewhere_with_missing_columns: [ OK ] 1.48 sec.
2025-06-05 05:22:48 00711_array_enumerate_variants: [ OK ] 0.86 sec.
2025-06-05 05:22:49 00704_arrayCumSumLimited_arrayDifference: [ OK ] 1.54 sec.
2025-06-05 05:22:50 00710_array_enumerate_dense: [ OK ] 1.77 sec.
2025-06-05 05:22:50 00706_iso_week_and_day_of_year: [ OK ] 1.77 sec.
2025-06-05 05:22:51 00702_where_with_quailified_names: [ OK ] 0.95 sec.
2025-06-05 05:22:51 00703_join_crash: [ OK ] 1.40 sec.
2025-06-05 05:22:54 00704_drop_truncate_memory_table: [ OK ] 4.56 sec.
2025-06-05 05:22:54 00816_long_concurrent_alter_column: [ OK ] 34.54 sec.
2025-06-05 05:22:55 00715_json_each_row_input_nested: [ OK ] 11.17 sec.
2025-06-05 05:22:56 00698_validate_array_sizes_for_nested_kshvakov: [ OK ] 1.30 sec.
2025-06-05 05:22:56 00692_if_exception_code: [ OK ] 1.01 sec.
2025-06-05 05:22:56 00700_decimal_bounds: [ OK ] 5.08 sec.
2025-06-05 05:22:56 00700_decimal_compare: [ OK ] 5.66 sec.
2025-06-05 05:22:57 00671_max_intersections: [ OK ] 1.28 sec.
2025-06-05 05:22:57 00675_shard_remote_with_table_function: [ OK ] 1.76 sec.
2025-06-05 05:22:58 00664_cast_from_string_to_nullable: [ OK ] 1.21 sec.
2025-06-05 05:22:58 00754_distributed_optimize_skip_select_on_unused_shards_with_prewhere: [ OK ] 22.31 sec.
2025-06-05 05:22:58 00678_murmurhash: [ OK ] 2.36 sec.
2025-06-05 05:22:58 00663_tiny_log_empty_insert: [ OK ] 1.19 sec.
2025-06-05 05:22:58 00900_long_parquet_decimal: [ OK ] 56.12 sec.
2025-06-05 05:22:59 00647_histogram_negative: [ OK ] 1.08 sec.
2025-06-05 05:22:59 00614_array_nullable: [ OK ] 1.23 sec.
2025-06-05 05:22:59 00614_shard_same_header_for_local_and_remote_node_in_distributed_query: [ OK ] 1.28 sec.
2025-06-05 05:22:59 00653_running_difference: [ OK ] 2.09 sec.
2025-06-05 05:23:00 00651_default_database_on_client_reconnect: [ OK ] 2.50 sec.
2025-06-05 05:23:00 00599_create_view_with_subquery: [ OK ] 1.05 sec.
2025-06-05 05:23:00 00612_shard_count: [ OK ] 1.59 sec.
2025-06-05 05:23:01 00609_mv_index_in_in: [ OK ] 1.68 sec.
2025-06-05 05:23:02 00588_shard_distributed_prewhere: [ OK ] 1.83 sec.
2025-06-05 05:23:02 00587_union_all_type_conversions: [ OK ] 1.56 sec.
2025-06-05 05:23:03 00598_create_as_select_http: [ OK ] 3.82 sec.
2025-06-05 05:23:03 00612_pk_in_tuple: [ OK ] 5.06 sec.
2025-06-05 05:23:04 00583_limit_by_expressions: [ OK ] 1.16 sec.
2025-06-05 05:23:04 00584_view_union_all: [ OK ] 1.52 sec.
2025-06-05 05:23:05 00579_merge_tree_partition_and_primary_keys_using_same_expression: [ OK ] 1.54 sec.
2025-06-05 05:23:06 00578_merge_table_shadow_virtual_column: [ OK ] 1.83 sec.
2025-06-05 05:23:06 00576_nested_and_prewhere: [ OK ] 2.07 sec.
2025-06-05 05:23:06 00578_merge_trees_without_primary_key: [ OK ] 2.57 sec.
2025-06-05 05:23:07 00567_parse_datetime_as_unix_timestamp: [ OK ] 0.88 sec.
2025-06-05 05:23:08 00595_insert_into_view: [ OK ] 7.89 sec.
2025-06-05 05:23:08 00564_enum_order: [ OK ] 2.03 sec.
2025-06-05 05:23:08 00562_in_subquery_merge_tree: [ OK ] 2.07 sec.
2025-06-05 05:23:09 00553_invalid_nested_name: [ OK ] 0.78 sec.
2025-06-05 05:23:09 00557_alter_null_storage_tables: [ OK ] 1.01 sec.
2025-06-05 05:23:10 00557_array_resize: [ OK ] 1.47 sec.
2025-06-05 05:23:10 00634_performance_introspection_and_logging: [ OK ] 12.12 sec.
2025-06-05 05:23:10 00547_named_tuples: [ OK ] 0.81 sec.
2025-06-05 05:23:10 00544_agg_foreach_of_two_arg: [ OK ] 0.93 sec.
2025-06-05 05:23:11 00541_to_start_of_fifteen_minutes: [ OK ] 0.81 sec.
2025-06-05 05:23:11 00597_push_down_predicate_long: [ OK ] 10.98 sec.
2025-06-05 05:23:12 00533_uniq_array: [ OK ] 1.31 sec.
2025-06-05 05:23:12 00526_array_join_with_arrays_of_nullable: [ OK ] 0.82 sec.
2025-06-05 05:23:14 00575_illegal_column_exception_when_drop_depen_column: [ OK ] 8.91 sec.
2025-06-05 05:23:15 00531_client_ignore_error: [ OK ] 3.88 sec.
2025-06-05 05:23:15 00557_remote_port: [ OK ] 8.76 sec.
2025-06-05 05:23:16 00512_fractional_time_zones: [ OK ] 3.55 sec.
2025-06-05 05:23:16 00524_time_intervals_months_underflow: [ OK ] 4.35 sec.
2025-06-05 05:23:17 00500_point_in_polygon_bug_3_linestring_rotation_precision: [ OK ] 1.36 sec.
2025-06-05 05:23:17 00500_point_in_polygon_bug_2: [ OK ] 0.83 sec.
2025-06-05 05:23:18 00488_non_ascii_column_names: [ OK ] 0.96 sec.
2025-06-05 05:23:19 00504_mergetree_arrays_rw: [ OK ] 3.79 sec.
2025-06-05 05:23:20 00481_create_view_for_null: [ OK ] 1.28 sec.
2025-06-05 05:23:20 00509_extended_storage_definition_syntax_zookeeper: [ OK ] 5.87 sec.
2025-06-05 05:23:20 00480_mac_addresses: [ OK ] 0.91 sec.
2025-06-05 05:23:21 00475_in_join_db_table: [ OK ] 1.85 sec.
2025-06-05 05:23:22 00504_insert_miss_columns: [ OK ] 6.86 sec.
2025-06-05 05:23:22 00485_http_insert_format: [ OK ] 4.59 sec.
2025-06-05 05:23:22 00472_compare_uuid_with_constant_string: [ OK ] 2.48 sec.
2025-06-05 05:23:23 00412_logical_expressions_optimizer: [ OK ] 1.12 sec.
2025-06-05 05:23:23 00420_null_in_scalar_subqueries: [ OK ] 1.44 sec.
2025-06-05 05:23:24 00433_ifnull: [ OK ] 1.93 sec.
2025-06-05 05:23:26 00405_pretty_formats: [ OK ] 2.72 sec.
2025-06-05 05:23:27 00405_PrettyCompactMonoBlock: [ OK ] 4.18 sec.
2025-06-05 05:23:28 00394_replaceall_vector_fixed: [ OK ] 1.58 sec.
2025-06-05 05:23:29 00446_clear_column_in_partition_zookeeper_long: [ OK ] 8.98 sec.
2025-06-05 05:23:30 00386_has_column_in_table: [ OK ] 2.79 sec.
2025-06-05 05:23:30 00381_first_significant_subdomain: [ OK ] 0.90 sec.
2025-06-05 05:23:31 00374_any_last_if_merge: [ OK ] 0.91 sec.
2025-06-05 05:23:32 00367_visible_width_of_array_tuple_enum: [ OK ] 0.73 sec.
2025-06-05 05:23:34 00398_url_functions: [ OK ] 10.46 sec.
2025-06-05 05:23:36 00363_defaults: [ OK ] 1.60 sec.
2025-06-05 05:23:37 00359_convert_or_zero_functions: [ OK ] 0.94 sec.
2025-06-05 05:23:41 00352_external_sorting_and_constants: [ OK ] 3.88 sec.
2025-06-05 05:23:44 00347_has_tuple: [ OK ] 3.39 sec.
2025-06-05 05:23:49 00343_array_element_generic: [ OK ] 4.39 sec.
2025-06-05 05:23:50 00342_escape_sequences: [ OK ] 0.92 sec.
2025-06-05 05:23:53 00921_datetime64_compatibility_long: [ OK ] 119.59 sec.
2025-06-05 05:23:54 00333_parser_number_bug: [ OK ] 0.90 sec.
2025-06-05 05:23:57 00330_view_subqueries: [ OK ] 2.40 sec.
2025-06-05 05:23:58 00366_multi_statements: [ OK ] 25.94 sec.
2025-06-05 05:23:58 00336_shard_stack_trace: [ OK ] 7.94 sec.
2025-06-05 05:24:01 00327_summing_composite_nested: [ OK ] 3.90 sec.
2025-06-05 05:24:02 00319_index_for_like: [ OK ] 3.00 sec.
2025-06-05 05:24:02 00316_rounding_functions_and_empty_block: [ OK ] 1.12 sec.
2025-06-05 05:24:04 00411_long_accurate_number_comparison_float: [ OK ] 41.47 sec.
2025-06-05 05:24:04 00376_shard_group_uniq_array_of_int_array: [ OK ] 33.90 sec.
2025-06-05 05:24:04 00304_http_external_data: [ OK ] 2.03 sec.
2025-06-05 05:24:05 00305_http_and_readonly: [ OK ] 3.41 sec.
2025-06-05 05:24:05 00291_array_reduce: [ OK ] 0.94 sec.
2025-06-05 05:24:07 00285_not_all_data_in_totals: [ OK ] 1.30 sec.
2025-06-05 05:24:08 00385_storage_file_and_clickhouse-local_app_long: [ OK ] 40.19 sec.
2025-06-05 05:24:09 00302_http_compression: [ OK ] 4.75 sec.
2025-06-05 05:24:10 00269_database_table_whitespace: [ OK ] 0.80 sec.
2025-06-05 05:24:10 00274_shard_group_array: [ OK ] 2.11 sec.
2025-06-05 05:24:12 00264_uniq_many_args: [ OK ] 2.32 sec.
2025-06-05 05:24:13 00256_reverse: [ OK ] 1.28 sec.
2025-06-05 05:24:15 00254_tuple_extremes: [ OK ] 1.23 sec.
2025-06-05 05:24:16 00238_removal_of_temporary_columns: [ OK ] 0.90 sec.
2025-06-05 05:24:16 00282_merging: [ OK ] 9.17 sec.
2025-06-05 05:24:17 00232_format_readable_size: [ OK ] 0.85 sec.
2025-06-05 05:24:18 00216_bit_test_function_family: [ OK ] 1.70 sec.
2025-06-05 05:24:19 00226_zookeeper_deduplication_and_unexpected_parts_long: [ OK ] 2.98 sec.
2025-06-05 05:24:20 00207_left_array_join: [ OK ] 1.03 sec.
2025-06-05 05:24:20 00261_storage_aliases_and_array_join: [ OK ] 10.04 sec.
2025-06-05 05:24:21 00201_array_uniq: [ OK ] 0.98 sec.
2025-06-05 05:24:21 00301_csv: [ OK ] 16.54 sec.
2025-06-05 05:24:21 00194_identity: [ OK ] 0.80 sec.
2025-06-05 05:24:23 00190_non_constant_array_of_constant_data: [ OK ] 1.68 sec.
2025-06-05 05:24:23 00203_full_join: [ OK ] 3.86 sec.
2025-06-05 05:24:25 00193_parallel_replicas: [ OK ] 3.70 sec.
2025-06-05 05:24:25 00175_partition_by_ignore: [ OK ] 1.47 sec.
2025-06-05 05:24:26 00175_if_num_arrays: [ OK ] 3.01 sec.
2025-06-05 05:24:26 00168_buffer_defaults: [ OK ] 1.61 sec.
2025-06-05 05:24:27 00158_buffer_and_nonexistent_table: [ OK ] 1.51 sec.
2025-06-05 05:24:29 00153_transform: [ OK ] 2.76 sec.
2025-06-05 05:24:30 00170_lower_upper_utf8: [ OK ] 5.06 sec.
2025-06-05 05:24:31 00140_parse_unix_timestamp_as_datetime: [ OK ] 1.37 sec.
2025-06-05 05:24:31 00140_prewhere_column_order: [ OK ] 1.36 sec.
2025-06-05 05:24:32 00138_table_aliases: [ OK ] 0.90 sec.
2025-06-05 05:24:32 00150_with_totals_and_join: [ OK ] 4.60 sec.
2025-06-05 05:24:35 00137_in_constants: [ OK ] 3.59 sec.
2025-06-05 05:24:35 00121_drop_column_zookeeper: [ OK ] 3.16 sec.
2025-06-05 05:24:36 00112_shard_totals_after_having: [ OK ] 1.19 sec.
2025-06-05 05:24:37 00099_join_many_blocks_segfault: [ OK ] 0.83 sec.
2025-06-05 05:24:38 00098_h_union_all: [ OK ] 0.87 sec.
2025-06-05 05:24:40 00098_e_union_all: [ OK ] 1.48 sec.
2025-06-05 05:24:41 00098_2_union_all: [ OK ] 1.52 sec.
2025-06-05 05:24:42 00098_9_union_all: [ OK ] 0.83 sec.
2025-06-05 05:24:44 00189_time_zones_long: [ OK ] 22.73 sec.
2025-06-05 05:24:52 00534_functions_bad_arguments13: [ OK ] 102.28 sec.
2025-06-05 05:24:54 00534_functions_bad_arguments3: [ OK ] 103.95 sec.
2025-06-05 05:24:55 00093_union_race_conditions_4: [ OK ] 10.46 sec.
2025-06-05 05:24:56 00107_totals_after_having: [ OK ] 20.73 sec.
2025-06-05 05:24:56 00089_group_by_arrays_of_fixed: [ OK ] 1.02 sec.
2025-06-05 05:25:11 00083_create_merge_tree_zookeeper_long: [ OK ] 14.73 sec.
2025-06-05 05:25:12 00067_replicate_segfault: [ OK ] 0.95 sec.
2025-06-05 05:25:13 00057_join_aliases: [ OK ] 0.88 sec.
2025-06-05 05:25:20 00284_external_aggregation: [ OK ] 74.77 sec.
2025-06-05 05:25:21 00047_stored_aggregates_complex: [ OK ] 8.26 sec.
2025-06-05 05:25:22 00046_stored_aggregates_simple: [ OK ] 1.29 sec.
2025-06-05 05:25:24 00036_array_element: [ OK ] 2.44 sec.
2025-06-05 05:25:24 00039_inserts_through_http: [ OK ] 3.23 sec.
2025-06-05 05:25:25 00035_function_array_return_type: [ OK ] 0.99 sec.
2025-06-05 05:25:26 00027_argMinMax: [ OK ] 1.53 sec.
2025-06-05 05:25:26 00027_simple_argMinArray: [ OK ] 0.89 sec.
2025-06-05 05:25:27 00025_implicitly_used_subquery_column: [ OK ] 0.88 sec.
2025-06-05 05:25:27 00023_agg_select_agg_subquery: [ OK ] 0.97 sec.
2025-06-05 05:25:28 00020_sorting_arrays: [ OK ] 0.78 sec.
2025-06-05 05:25:28 00018_distinct_in_subquery: [ OK ] 0.81 sec.
2025-06-05 05:25:29 00017_in_subquery_with_empty_result: [ OK ] 0.98 sec.
2025-06-05 05:25:29
2025-06-05 05:25:29 109 tests passed. 1 tests skipped. 806.70 s elapsed (ForkPoolWorker-7).
2025-06-05 05:25:29 00016_totals_having_constants: [ OK ] 0.82 sec.
2025-06-05 05:25:29
2025-06-05 05:25:29 95 tests passed. 4 tests skipped. 806.94 s elapsed (ForkPoolWorker-6).
2025-06-05 05:25:33 00115_shard_in_incomplete_result: [ OK ] 60.48 sec.
2025-06-05 05:25:33
2025-06-05 05:25:33 116 tests passed. 2 tests skipped. 810.58 s elapsed (ForkPoolWorker-2).
2025-06-05 05:26:05 00094_union_race_conditions_5: [ OK ] 82.65 sec.
2025-06-05 05:26:05
2025-06-05 05:26:05 111 tests passed. 1 tests skipped. 842.84 s elapsed (ForkPoolWorker-9).
2025-06-05 05:26:32 00087_math_functions: [ OK ] 95.99 sec.
2025-06-05 05:26:32
2025-06-05 05:26:32 Having 1 errors! 145 tests passed. 1 tests skipped. 869.69 s elapsed (ForkPoolWorker-3).
2025-06-05 05:27:39 00092_union_race_conditions_3: [ OK ] 166.83 sec.
2025-06-05 05:27:39
2025-06-05 05:27:39 118 tests passed. 0 tests skipped. 937.04 s elapsed (ForkPoolWorker-5).
2025-06-05 05:28:15 00091_union_race_conditions_2: [ OK ] 200.45 sec.
2025-06-05 05:28:15
2025-06-05 05:28:15 133 tests passed. 2 tests skipped. 972.58 s elapsed (ForkPoolWorker-4).
2025-06-05 05:30:34 00326_long_function_multi_if: [ OK ] 395.57 sec.
2025-06-05 05:30:34
2025-06-05 05:30:34 126 tests passed. 0 tests skipped. 1111.82 s elapsed (ForkPoolWorker-8).
2025-06-05 05:30:34
2025-06-05 05:30:34 Running 91 stateless tests (MainProcess).
2025-06-05 05:30:34
2025-06-05 05:30:54 03254_session_expire_in_use_in_http_interface: [ OK ] 20.17 sec.
2025-06-05 05:32:12 03144_parallel_alter_add_drop_column_zookeeper_on_steroids: [ OK ] 77.40 sec.
2025-06-05 05:32:29 03002_part_log_rmt_fetch_merge_error: [ OK ] 16.80 sec.
2025-06-05 05:32:33 02975_system_zookeeper_retries: [ OK ] 4.05 sec.
2025-06-05 05:32:38 02961_storage_config_volume_priority: [ OK ] 5.44 sec.
2025-06-05 05:32:40 02960_validate_database_engines: [ OK ] 1.09 sec.
2025-06-05 05:32:44 02951_parallel_parsing_json_compact_each_row: [ OK ] 4.65 sec.
2025-06-05 05:32:47 02947_non_post_request_should_be_readonly: [ OK ] 2.30 sec.
2025-06-05 05:32:58 02907_suggestions_readonly_user: [ OK ] 10.87 sec.
2025-06-05 05:33:06 02884_async_insert_native_protocol_1: [ OK ] 8.32 sec.
2025-06-05 05:33:11 02842_truncate_database: [ OK ] 4.59 sec.
2025-06-05 05:33:13 02775_show_columns_called_from_clickhouse: [ OK ] 1.42 sec.
2025-06-05 05:33:15 02725_local_query_parameters: [ OK ] 2.54 sec.
2025-06-05 05:33:24 02724_database_s3: [ OK ] 9.11 sec.
2025-06-05 05:33:26 02723_parallelize_output_setting: [ OK ] 1.74 sec.
2025-06-05 05:33:50 02722_database_filesystem: [ OK ] 23.45 sec.
2025-06-05 05:33:52 02718_insert_meet_hardware_error: [ OK ] 1.72 sec.
2025-06-05 05:33:56 02705_capnp_more_types: [ OK ] 3.93 sec.
2025-06-05 05:34:40 02703_keeper_map_concurrent_create_drop: [ OK ] 43.74 sec.
2025-06-05 05:34:42 02686_postgres_protocol_decimal_256: [ OK ] 2.63 sec.
2025-06-05 05:34:45 02578_parameterized_rename_queries: [ OK ] 1.96 sec.
2025-06-05 05:34:48 02563_analyzer_merge: [ OK ] 3.36 sec.
2025-06-05 05:34:51 02536_hdfs_cluster_use_structure_from_table: [ OK ] 2.56 sec.
2025-06-05 05:34:52 02514_null_dictionary_source: [ OK ] 1.38 sec.
2025-06-05 05:34:59 02511_parquet_orc_missing_columns: [ OK ] 6.52 sec.
2025-06-05 05:35:00 02494_query_cache_min_query_duration: [ OK ] 1.25 sec.
2025-06-05 05:35:01 02494_query_cache_secrets: [ OK ] 0.94 sec.
2025-06-05 05:35:39 02494_query_cache_user_isolation: [ OK ] 37.65 sec.
2025-06-05 05:35:40 02494_query_cache_drop_cache: [ OK ] 1.05 sec.
2025-06-05 05:35:42 02481_s3_throw_if_mismatch_files: [ OK ] 1.80 sec.
2025-06-05 05:35:46 02458_use_structure_from_insertion_table: [ OK ] 4.03 sec.
2025-06-05 05:35:48 02416_input_json_formats: [ OK ] 1.78 sec.
2025-06-05 05:35:52 02402_capnp_format_segments_overflow: [ OK ] 3.61 sec.
2025-06-05 05:35:58 02378_part_log_profile_events_replicated: [ OK ] 5.88 sec.
2025-06-05 05:36:00 02375_system_schema_inference_cache: [ OK ] 1.49 sec.
2025-06-05 05:36:03 02360_clickhouse_local_config-option: [ OK ] 2.88 sec.
2025-06-05 05:36:15 02327_capnproto_protobuf_empty_messages: [ OK ] 12.67 sec.
2025-06-05 05:36:17 02322_sql_insert_format: [ OK ] 1.63 sec.
2025-06-05 05:36:19 02314_csv_tsv_skip_first_lines: [ OK ] 1.70 sec.
2025-06-05 05:36:20 02294_fp_seconds_profile: [ OK ] 0.80 sec.
2025-06-05 05:36:41 02286_drop_filesystem_cache: [ OK ] 21.11 sec.
2025-06-05 05:36:48 02270_stdin_with_query_or_infile_data: [ OK ] 6.32 sec.
2025-06-05 05:38:37 02265_test_dns_profile_events: [ OK ] 108.92 sec.
2025-06-05 05:38:38 02265_rename_join_ordinary_to_atomic: [ OK ] 1.32 sec.
2025-06-05 05:38:47 02263_lazy_mark_load: [ OK ] 8.53 sec.
2025-06-05 05:38:59 02242_arrow_orc_parquet_nullable_schema_inference: [ OK ] 12.10 sec.
2025-06-05 05:39:07 02184_table_engine_access: [ OK ] 7.83 sec.
2025-06-05 05:39:10 02181_format_from_file_extension_local: [ OK ] 3.12 sec.
2025-06-05 05:39:16 02152_bool_type_parsing: [ OK ] 5.93 sec.
2025-06-05 05:39:58 02117_custom_separated_with_names_and_types: [ OK ] 41.57 sec.
2025-06-05 05:40:02 02115_rewrite_local_join_right_distribute_table: [ OK ] 4.11 sec.
2025-06-05 05:40:04 02111_modify_table_comment: [ OK ] 1.39 sec.
2025-06-05 05:40:05 02101_sql_user_defined_functions_create_or_replace: [ OK ] 1.32 sec.
2025-06-05 05:40:07 02097_default_dict_get_add_database: [ OK ] 1.80 sec.
2025-06-05 05:40:14 02008_complex_key_range_hashed_dictionary: [ OK ] 6.25 sec.
2025-06-05 05:40:20 01939_user_with_default_database: [ OK ] 6.01 sec.
2025-06-05 05:40:27 01902_dictionary_array_type: [ OK ] 6.72 sec.
2025-06-05 05:40:30 01824_prefer_global_in_and_join: [ OK ] 3.55 sec.
2025-06-05 05:40:40 01771_bloom_filter_not_has: [ OK ] 9.50 sec.
2025-06-05 05:40:44 01766_hashed_dictionary_complex_key: [ OK ] 4.19 sec.
2025-06-05 05:40:46 01760_ddl_dictionary_use_current_database_name: [ OK ] 1.76 sec.
2025-06-05 05:40:47 01748_dictionary_table_dot: [ OK ] 1.20 sec.
2025-06-05 05:42:23 01747_system_session_log_long: [ OK ] 95.32 sec.
2025-06-05 05:42:31 01684_ssd_cache_dictionary_simple_key: [ OK ] 7.56 sec.
2025-06-05 05:42:33 01494_storage_join_persistency: [ OK ] 2.05 sec.
2025-06-05 05:42:35 01493_storage_set_persistency: [ OK ] 2.30 sec.
2025-06-05 05:42:41 01493_alter_remove_properties_zookeeper: [ OK ] 5.50 sec.
2025-06-05 05:42:43 01487_distributed_in_not_default_db: [ OK ] 2.53 sec.
2025-06-05 05:42:45 01470_show_databases_like: [ OK ] 0.90 sec.
2025-06-05 05:43:06 01318_long_unsuccessful_mutation_zookeeper: [ OK ] 21.44 sec.
2025-06-05 05:43:39 01302_aggregate_state_exception_memory_leak: [ OK ] 33.31 sec.
2025-06-05 05:43:42 01296_create_row_policy_in_current_database: [ OK ] 2.02 sec.
2025-06-05 05:43:45 01293_create_role: [ OK ] 3.05 sec.
2025-06-05 05:43:57 01292_create_user: [ OK ] 12.40 sec.
2025-06-05 05:43:59 01269_alias_type_differs: [ OK ] 1.82 sec.
2025-06-05 05:44:02 01249_bad_arguments_for_bloom_filter: [ OK ] 2.67 sec.
2025-06-05 05:44:09 01232_extremes: [ OK ] 6.83 sec.
2025-06-05 05:44:13 01224_no_superfluous_dict_reload: [ OK ] 3.91 sec.
2025-06-05 05:45:34 01200_mutations_memory_consumption: [ OK ] 80.67 sec.
2025-06-05 05:45:37 01191_rename_dictionary: [ OK ] 3.21 sec.
2025-06-05 05:45:39 01129_dict_get_join_lose_constness: [ OK ] 1.30 sec.
2025-06-05 05:45:39 01092_memory_profiler: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-05 05:45:43 01059_window_view_event_hop_watch_strict_asc: [ OK ] 4.36 sec.
2025-06-05 05:45:46 01048_exists_query: [ OK ] 3.08 sec.
2025-06-05 05:45:59 01042_system_reload_dictionary_reloads_completely: [ OK ] 12.55 sec.
2025-06-05 05:46:04 01018_ddl_dictionaries_create: [ OK ] 4.76 sec.
2025-06-05 05:46:15 00933_test_fix_extra_seek_on_compressed_cache: [ OK ] 10.94 sec.
2025-06-05 05:46:20 00612_http_max_query_size: [ OK ] 5.35 sec.
2025-06-05 05:46:26 00474_readonly_settings: [ OK ] 5.36 sec.
2025-06-05 05:48:02 00429_long_http_bufferization: [ OK ] 96.25 sec.
2025-06-05 05:48:26 00110_external_sort: [ OK ] 23.53 sec.
2025-06-05 05:48:26
2025-06-05 05:48:26 90 tests passed. 1 tests skipped. 1072.06 s elapsed (MainProcess).
2025-06-05 05:48:32 Won't run stateful tests because test data wasn't loaded.
2025-06-05 05:48:32 Checking the hung queries: done
2025-06-05 05:48:32
2025-06-05 05:48:32 No queries hung.
2025-06-05 05:48:32 All tests have finished.
2025-06-05 05:48:32
2025-06-05 05:48:32 Top patterns of log messages:
2025-06-05 05:48:32
2025-06-05 05:48:32 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2025-06-05 05:48:32
2025-06-05 05:48:32 1. 48365 0.071 4.13 MiB 0.02 1 456 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-06-05 05:48:32 2. 47874 0.071 1.41 MiB 0.007 1 456 ['Trace'] 0 Aggregation method: {}
2025-06-05 05:48:32 3. 43427 0.064 3.48 MiB 0.017 1 412 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2025-06-05 05:48:32 4. 34431 0.051 6.29 MiB 0.031 1 142 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2025-06-05 05:48:32 5. 34397 0.051 5.16 MiB 0.025 4 141 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2025-06-05 05:48:32 6. 33909 0.05 1.82 MiB 0.009 28 335 ['Trace'] 0 Access granted: {}{}
2025-06-05 05:48:32 7. 33297 0.049 357.68 KiB 0.002 1 446 ['Trace'] 0 Aggregating
2025-06-05 05:48:32 8. 30260 0.045 853.81 KiB 0.004 1 141 ['Debug'] 0 Processed in {} sec.
2025-06-05 05:48:32 9. 27136 0.04 69.24 MiB 0.337 1 190 ['Trace'] 0.001 Query {} to stage {}{}
2025-06-05 05:48:32 10. 27028 0.04 69.83 MiB 0.34 1 190 ['Trace'] 0.001 Query {} from stage {} to stage {}{}
2025-06-05 05:48:32 11. 21161 0.031 1.65 MiB 0.008 1 122 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2025-06-05 05:48:32 12. 13141 0.019 953.05 KiB 0.005 1 952 ['Trace'] 0.383 Reserved {} on local disk {}, having unreserved {}.
2025-06-05 05:48:32 13. 10436 0.015 875.42 KiB 0.004 6 181 ['Debug'] 0.996 {} Authenticating user '{}' from {}
2025-06-05 05:48:32 14. 10127 0.015 1.11 MiB 0.005 6 180 ['Debug'] 0.996 {} Authenticated with global context as user {}
2025-06-05 05:48:32 15. 10098 0.015 887.52 KiB 0.004 6 176 ['Debug'] 0.996 {} Logout, user_id: {}
2025-06-05 05:48:32 16. 10026 0.015 1.07 MiB 0.005 4 141 ['Debug'] 1 {} Creating session context with user_id: {}
2025-06-05 05:48:32 17. 9520 0.014 426.64 KiB 0.002 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2025-06-05 05:48:32 18. 8370 0.012 396.82 KiB 0.002 1 146 ['Debug'] 0.188 Peak memory usage{}: {}.
2025-06-05 05:48:32 19. 7252 0.011 853.18 KiB 0.004 618 423 ['Trace'] 0.472 Renaming temporary part {} to {} with tid {}.
2025-06-05 05:48:32 20. 6898 0.01 340.46 KiB 0.002 1 236 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}).
2025-06-05 05:48:32 21. 6898 0.01 1.02 MiB 0.005 1 236 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-06-05 05:48:32 22. 6884 0.01 325.81 KiB 0.002 1 404 ['Trace'] 0.473 filled checksums {}
2025-06-05 05:48:32 23. 6702 0.01 464.84 KiB 0.002 615 859 ['Trace'] 0.679 Trying to reserve {} using storage policy from min volume index {}
2025-06-05 05:48:32 24. 6189 0.009 205.95 KiB 0.001 1 141 ['Trace'] 1 TCP Request. Address: {}
2025-06-05 05:48:32 25. 6182 0.009 592.62 KiB 0.003 1 141 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2025-06-05 05:48:32 26. 6108 0.009 161.05 KiB 0.001 1 135 ['Debug'] 1 Done processing connection.
2025-06-05 05:48:32 27. 5735 0.008 649.67 KiB 0.003 1 253 ['Information'] 0 Sorting and writing part of data into temporary file {}
2025-06-05 05:48:32 28. 5735 0.008 849.35 KiB 0.004 1 246 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
2025-06-05 05:48:32 29. 5228 0.008 493.04 KiB 0.002 1 65 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2025-06-05 05:48:32 30. 4269 0.006 759.32 KiB 0.004 2 91 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2025-06-05 05:48:32 31. 4268 0.006 2.84 MiB 0.014 2 91 ['Trace'] 1 Request URI: {}
2025-06-05 05:48:32 32. 3982 0.006 81.66 KiB 0 2 91 ['Debug'] 0.027 Done processing query
2025-06-05 05:48:32 33. 3592 0.005 253.20 KiB 0.001 14 11 ['Trace'] 0 Access denied: {}{}
2025-06-05 05:48:32 34. 3503 0.005 270.25 KiB 0.001 1 111 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2025-06-05 05:48:32 35. 3240 0.005 72.77 KiB 0 1 432 ['Trace'] 0 Merging aggregated data
2025-06-05 05:48:32 36. 3186 0.005 185.44 KiB 0.001 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2025-06-05 05:48:32 37. 3186 0.005 115.08 KiB 0.001 16 16 ['Trace'] 1 Flushed system log up to offset {}
2025-06-05 05:48:32 38. 2938 0.004 236.02 KiB 0.001 373 108 ['Trace'] 0.002 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2025-06-05 05:48:32 39. 2344 0.003 346.79 KiB 0.002 1 2 ['Trace'] 1 Creating part at path {}
2025-06-05 05:48:32 40. 2252 0.003 46.19 KiB 0 1 419 ['Debug'] 1 Stop worker in {}
2025-06-05 05:48:32 41. 2252 0.003 70.38 KiB 0 1 442 ['Debug'] 0.501 Spawn loader worker #{} in {}
2025-06-05 05:48:32 42. 2252 0.003 154.64 KiB 0.001 1 86 ['Debug'] 0.002 Schedule load job '{}' into {}
2025-06-05 05:48:32 43. 2252 0.003 156.83 KiB 0.001 1 360 ['Debug'] 1 Finish load job '{}' with status {}
2025-06-05 05:48:32 44. 2252 0.003 148.04 KiB 0.001 1 360 ['Debug'] 1 Execute load job '{}' in {}
2025-06-05 05:48:32 45. 2251 0.003 178.75 KiB 0.001 1 86 ['Debug'] 0.002 Prioritize load job '{}': {} -> {}
2025-06-05 05:48:32 46. 2234 0.003 19.63 KiB 0 2 86 ['Trace'] 0.002 No tables
2025-06-05 05:48:32 47. 2208 0.003 73.31 KiB 0 1 447 ['Debug'] 0.501 Change current priority: {} -> {}
2025-06-05 05:48:32 48. 2126 0.003 740.45 KiB 0.004 2 7 ['Error'] 0 Number of arguments for function {} doesn't match: passed {}, should be {}
2025-06-05 05:48:32 49. 2036 0.003 225.19 KiB 0.001 1 55 ['Trace'] 0.003 PREWHERE condition was split into {} steps: {}
2025-06-05 05:48:32 50. 2024 0.003 56.29 KiB 0 432 127 ['Debug'] 0.01 Key condition: {}
2025-06-05 05:48:32 51. 1962 0.003 224.09 KiB 0.001 430 127 ['Debug'] 0.011 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2025-06-05 05:48:32 52. 1911 0.003 235.80 KiB 0.001 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2025-06-05 05:48:32 53. 1690 0.002 87.47 KiB 0 367 125 ['Trace'] 0.012 Spreading mark ranges among streams (default reading)
2025-06-05 05:48:32 54. 1612 0.002 145.62 KiB 0.001 1 306 ['Debug'] 0.001 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2025-06-05 05:48:32 55. 1566 0.002 318.24 KiB 0.002 1 476 ['Information'] 1 Removing metadata {} of dropped table {}
2025-06-05 05:48:32 56. 1566 0.002 202.86 KiB 0.001 1 476 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2025-06-05 05:48:32 57. 1553 0.002 115.26 KiB 0.001 1 90 ['Debug'] 0 Waiting for table {} to be finally dropped
2025-06-05 05:48:32 58. 1523 0.002 215.49 KiB 0.001 1 53 ['Debug'] 0 Before join block: '{}'
2025-06-05 05:48:32 59. 1523 0.002 327.49 KiB 0.002 1 53 ['Debug'] 0 After join block: '{}'
2025-06-05 05:48:32 60. 1400 0.002 370.50 KiB 0.002 1 63 ['Debug'] 0 {}:{}: sampleColumns {} '{}'
2025-06-05 05:48:32 61. 1393 0.002 114.23 KiB 0.001 1 68 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2025-06-05 05:48:32 62. 1392 0.002 43.92 KiB 0 19 28 ['Debug'] 0 Requested flush up to offset {}
2025-06-05 05:48:32 63. 1392 0.002 47.53 KiB 0 1 68 ['Debug'] 0 Selected MergeAlgorithm: {}
2025-06-05 05:48:32 64. 1390 0.002 181.64 KiB 0.001 1 68 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2025-06-05 05:48:32 65. 1387 0.002 88.76 KiB 0 136 68 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2025-06-05 05:48:32 66. 1333 0.002 70.03 KiB 0 134 521 ['Debug'] 0.787 Selected {} parts from {} to {}
2025-06-05 05:48:32 67. 1317 0.002 147.21 KiB 0.001 519 345 ['Debug'] 0.992 Removing {} parts from filesystem (serially): Parts: [{}]
2025-06-05 05:48:32 68. 1284 0.002 334.98 KiB 0.002 1 192 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {}
2025-06-05 05:48:32 69. 1171 0.002 89.20 KiB 0 29 91 ['Trace'] 0.934 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {}
2025-06-05 05:48:32 70. 1171 0.002 65.52 KiB 0 29 91 ['Trace'] 0.934 List of all grants: {}
2025-06-05 05:48:32 71. 1171 0.002 154.03 KiB 0.001 29 91 ['Trace'] 0.934 List of all grants including implicit: {}
2025-06-05 05:48:32 72. 1150 0.002 106.85 KiB 0.001 68 461 ['Trace'] 0.998 Insert entry {} to queue with type {}
2025-06-05 05:48:32 73. 1118 0.002 92.01 KiB 0 1086 86 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total.
2025-06-05 05:48:32 74. 1118 0.002 66.46 KiB 0 1 86 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec
2025-06-05 05:48:32 75. 1094 0.002 73.37 KiB 0 1 203 ['Trace'] 0.02 {}Join data is being destroyed, {} bytes and {} rows in hash table
2025-06-05 05:48:32 76. 1086 0.002 62.57 KiB 0 68 461 ['Debug'] 0.998 Pulling {} entries to queue: {} - {}
2025-06-05 05:48:32 77. 1086 0.002 27.57 KiB 0 68 461 ['Debug'] 0.998 Pulled {} entries to queue.
2025-06-05 05:48:32 78. 1063 0.002 97.70 KiB 0 4 41 ['Debug'] 0 Waiting for currently running merges ({} parts are merging right now) to perform OPTIMIZE FINAL
2025-06-05 05:48:32 79. 1024 0.002 63.37 KiB 0 1 85 ['Debug'] 0.002 Wait load job '{}' in {}
2025-06-05 05:48:32 80. 1018 0.002 87.14 KiB 0 91 422 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {}
2025-06-05 05:48:32 81. 963 0.001 76.93 KiB 0 71 327 ['Trace'] 0.962 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2025-06-05 05:48:32 82. 933 0.001 102.67 KiB 0 1 28 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2025-06-05 05:48:32 83. 916 0.001 132.12 KiB 0.001 1 63 ['Debug'] 0 {}:{}: {} - '{}'
2025-06-05 05:48:32 84. 877 0.001 121.69 KiB 0.001 55 387 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2025-06-05 05:48:32 85. 873 0.001 69.69 KiB 0 1 310 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={}
2025-06-05 05:48:32 86. 826 0.001 22.95 KiB 0 1 67 ['Trace'] 0.044 {} -> {}
2025-06-05 05:48:32 87. 823 0.001 87.55 KiB 0 38 91 ['Debug'] 0.978 Removing {} parts from memory: Parts: [{}]
2025-06-05 05:48:32 88. 820 0.001 14.41 KiB 0 784 95 ['Debug'] 0.024 Loading data parts
2025-06-05 05:48:32 89. 815 0.001 86.36 KiB 0 34 83 ['Trace'] 0.988 Found {} old parts to remove. Parts: [{}]
2025-06-05 05:48:32 90. 790 0.001 17.74 KiB 0 784 95 ['Debug'] 0.025 There are no data parts
2025-06-05 05:48:32 91. 768 0.001 57.75 KiB 0 765 374 ['Information'] 0.996 dropAllData: remove format_version.txt, detached, moving and write ahead logs
2025-06-05 05:48:32 92. 768 0.001 49.50 KiB 0 765 374 ['Information'] 0.996 dropAllData: removing table directory recursive to cleanup garbage
2025-06-05 05:48:32 93. 767 0.001 44.25 KiB 0 765 374 ['Trace'] 0.996 dropAllData: removing data parts (count {}) from filesystem.
2025-06-05 05:48:32 94. 767 0.001 23.22 KiB 0 765 374 ['Trace'] 0.996 dropAllData: waiting for locks.
2025-06-05 05:48:32 95. 767 0.001 13.48 KiB 0 765 374 ['Trace'] 0.996 dropAllData: done.
2025-06-05 05:48:32 96. 767 0.001 36.70 KiB 0 765 374 ['Trace'] 0.996 dropAllData: removing all data parts from memory.
2025-06-05 05:48:32 97. 767 0.001 32.21 KiB 0 765 374 ['Information'] 0.996 dropAllData: clearing temporary directories
2025-06-05 05:48:32 98. 693 0.001 29.16 KiB 0 1 248 ['Information'] 0 There are {} temporary sorted parts to merge
2025-06-05 05:48:32 99. 672 0.001 26.91 KiB 0 1 144 ['Debug'] 0.344 Will use old analyzer to prepare mutation
2025-06-05 05:48:33 100. 624 0.001 12.80 KiB 0 15 15 ['Trace'] 1 Table created (force)
2025-06-05 05:48:33
2025-06-05 05:48:33
2025-06-05 05:48:33
2025-06-05 05:48:33 Top messages without format string (fmt::runtime):
2025-06-05 05:48:33
2025-06-05 05:48:33 count pattern runtime_message line
2025-06-05 05:48:33
2025-06-05 05:48:33 1. 76 Connectiontomysqlfailedtimes Connection to mysql failed 1 times ('',0)
2025-06-05 05:48:33 2. 67 DBExceptionThereisnouserinvalids DB::Exception: There is no user `invalid_session_log_test_xml_user` in user directories ('',0)
2025-06-05 05:48:33 3. 39 Connectiontosystemasuserinvalids Connection to system@127.0.0.1:9004 as user invalid_session_log_test_xml_user failed: mysqlxx::ConnectionFailed: There is no user `invalid_session_log_test_xml_user` in user directories ((nullptr):9004) ('',0)
2025-06-05 05:48:33 4. 39 DBExceptionsessionlogtestusercaf DB::Exception: session_log_test_user_caff9e007dee25aabc702de9b71e60b8_plaintext_password_no_profiles_no_roles: Authentication failed: password is incorrect, or there is no user with such name. ('',0)
2025-06-05 05:48:33 5. 30 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 17 ('0.0122087'): 0.0122087. Expected one of: token, Dot, OR, AND, IS NOT DISTINCT FROM, IS NULL, IS NOT NULL, BETWEEN, NOT BETWEEN, LIKE, ILIKE, NOT LIKE, NOT ILIKE, REGEXP, IN, NOT IN, GLOBAL IN, ('/executeQuery.cpp',219)
2025-06-05 05:48:33 6. 27 Connectiontosystemasusersessionl Connection to system@127.0.0.1:9004 as user session_log_test_user_caff9e007dee25aabc702de9b71e60b8_plaintext_password_no_profiles_no_roles failed: mysqlxx::ConnectionFailed: session_log_test_user_caff9e007dee25aabc702de9b71e60b8_plaintext_password_no_profi ('',0)
2025-06-05 05:48:33 7. 18 CodeDBExceptionOkwhileexecutingF Code: 395. DB::Exception: Ok: while executing 'FUNCTION throwIf(greater(__table1.number, 10000000_UInt32) :: 1, 'Ok'_String :: 4) -> throwIf(greater(__table1.number, 10000000_UInt32), 'Ok'_String) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version ('/executeQuery.cpp',219)
2025-06-05 05:48:33 8. 10 DBExceptionMYSQLUSERAuthenticati DB::Exception: 02833_MYSQL_USER_5228: Authentication failed: password is incorrect, or there is no user with such name. ('',0)
2025-06-05 05:48:33 9. 10 ConnectiontosystemasuserMYSQLUSE Connection to system@127.0.0.1:9004 as user 02833_MYSQL_USER_5228 failed: mysqlxx::ConnectionFailed: 02833_MYSQL_USER_5228: Authentication failed: password is incorrect, or there is no user with such name. ((nullptr):9004) ('',0)
2025-06-05 05:48:33 10. 8 CodeDBExceptionSyntaxerrorMultis Code: 62. DB::Exception: Syntax error (Multi-statements are not allowed): failed at position 9 (end of query): ; S. . (SYNTAX_ERROR) (version 24.3.18.10425.altinitystable (altinity build)) (from [::ffff:127.0.0.1]:42874) (comment: 00366_multi_statements.sh ('/executeQuery.cpp',219)
2025-06-05 05:48:33 11. 4 CodeDBExceptionReceivedfromDBExc Code: 701. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Reading in parallel from replicas is enabled but cluster to execute query is not provided. Please set 'cluster_for_parallel_replicas' setting. Stack trace:
2025-06-05 05:48:33
2025-06-05 05:48:33 0. ./contrib/llvm-project/li ('/executeQuery.cpp',219)
2025-06-05 05:48:33 12. 2 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71)
2025-06-05 05:48:33 13. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 14. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 15. 1 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2025-06-05 05:48:33
2025-06-05 05:48:33 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222)
2025-06-05 05:48:33 16. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2025-06-05 05:48:33 peer 1, DC ID 0, localhost:9234, voting member, 1
2025-06-05 05:48:33 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 17. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 18. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 19. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2025-06-05 05:48:33 20. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 21. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
2025-06-05 05:48:33 commit index 0
2025-06-05 05:48:33 term 0
2025-06-05 05:48:33 election timer allowed
2025-06-05 05:48:33 log store start 1, end 0
2025-06-05 05:48:33 config log idx 0, prev log idx 0
2025-06-05 05:48:33 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 22. 1 startingup starting up ('',0)
2025-06-05 05:48:33 23. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 24. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 25. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 26. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 27. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 28. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43)
2025-06-05 05:48:33 29. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
2025-06-05 05:48:50 30. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50 Top messages not matching their format strings:
2025-06-05 05:48:50
2025-06-05 05:48:50 message_format_string count() any_message
2025-06-05 05:48:50
2025-06-05 05:48:50 1. 177 Forked a child process to watch
2025-06-05 05:48:50 2. Query {} to stage {}{} 100 Query SELECT _CAST(0, 'UInt8') AS `startsWithUTF8('富强民主文明和谐', '�')` FROM system.one AS __table1 to stage Complete
2025-06-05 05:48:50 3. Query {} from stage {} to stage {}{} 100 Query SELECT _CAST(0, 'UInt8') AS `startsWithUTF8('富强民主文明和谐', '�')` FROM system.one AS __table1 from stage FetchColumns to stage Complete
2025-06-05 05:48:50 4. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 8 /var/lib/clickhouse/store/41e/41e05771-1ed6-4df2-a65a-2a0889887756/tmp_merge_202506_50_80_6/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages)
2025-06-05 05:48:50 5. (from {}{}{}){}{} {} (stage: {}) 1 (from [::1]:55072) (comment: 02682_quantiles_too_large_size.sql) -- This query throw high-level exception instead of low-level "too large size passed to allocator":
2025-06-05 05:48:50 SELECT * FROM format(RowBinary, 'ik2 String, Sum AggregateFunction(sum, UInt16), A$g AggregateFunction(quantiles(0.4, 0.9), UInt64), GroupArray AggregateFunction(groupArray, String)', '295TMi44400000005942762421546108502
2025-06-05 05:48:50 �
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50 z
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50 *
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50 ParalcelParsingInputFormat
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50 te Date,
2025-06-05 05:48:50 I
�
!
STRING
d Tuple(UInt8)
2025-06-05 05:48:50 vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvTabSeparatedWithNamesAndTypes
2025-06-05 05:48:50 d Date, a S)ring, x UInt32, y UInt64, z Float32
2025-06-05 05:48:50 29TabSeparatevvvvvvvdRawWithNames
2025-06-05 05:48:50 a UInt32
2025-06-05 05:48:50 26TabSeparatedR,�b UInt32
2025-06-05 05:48:50 26TabSeparatedRawWithNthNames
2025-06-05 05:48:50
vvvvv
1
key U7878
2025-06-05 05:48:50 '); (stage: Complete)
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50 Top short messages:
2025-06-05 05:48:50
2025-06-05 05:48:50 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-06-05 05:48:50
2025-06-05 05:48:50 1. 137 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt32(size = 1) UInt32(size = 1) UInt32(size = 1)' 30
2025-06-05 05:48:50 2. 5 {} Server was built with sanitizer. It will work slowly. 27
2025-06-05 05:48:50 3. 2 Creating {}: {} Creating table test_gq2pw8er.tbl2: CREATE TABLE IF NOT EXISTS test_gq2pw8er.tbl2 UUID '68a4dc2b-4ab5-498f-814d-50190a64d 1041
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50
2025-06-05 05:48:50 Top messages by level:
2025-06-05 05:48:50
2025-06-05 05:48:50 (0.003131877682940842,'Number of arguments for function {} doesn\'t match: passed {}, should be {}') Error
2025-06-05 05:48:50 (0.0001458400238058059,'Part {} doesn\'t have metadata version on disk, setting it to {}. It\'s okay if the part was created by an old version of ClickHouse') Warning
2025-06-05 05:48:50 (0.008448409459861585,'Sorting and writing part of data into temporary file {}') Information
2025-06-05 05:48:50 (0.05072728504800936,'(from {}{}{}){}{} {} (stage: {})') Debug
2025-06-05 05:48:50 (0.07130398658861034,'Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)') Trace
2025-06-05 05:48:50
2025-06-05 05:48:50
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
Files in current directory
+ echo 'Files in current directory'
+ ls -la ./
total 137412
drwxr-xr-x 1 root root 4096 Jun 5 05:36 .
drwxr-xr-x 1 root root 4096 Jun 5 05:36 ..
-rw-rw-r-- 1 1000 1000 300 Jun 5 05:05 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Jun 5 05:11 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Jun 5 05:11 __azurite_db_blob__.json
-rw-r--r-- 1 root root 48610 Jun 5 05:48 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jun 5 05:11 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8800 Jun 5 05:05 broken_tests.json
drwxr-xr-x 5 root root 340 Jun 5 05:09 dev
-rwxr-xr-x 1 root root 0 Jun 5 05:09 .dockerenv
drwxr-xr-x 1 root root 4096 Jun 5 05:10 etc
drwxr-xr-x 1 1000 1000 4096 Jun 5 05:10 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 Jun 5 05:10 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jun 5 05:09 package_folder
dr-xr-xr-x 313 root root 0 Jun 5 05:09 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 Jun 5 05:45 root
drwxr-xr-x 1 root root 4096 Jun 5 05:10 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jun 5 05:11 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 5 05:09 sys
drwxrwxr-x 2 1000 1000 4096 Jun 5 05:12 test_output
drwxrwxrwt 1 root root 20480 Jun 5 05:48 tmp
drwxr-xr-x 2 root root 4096 Jun 5 05:12 user_defined
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ echo 'Files in root directory'
+ ls -la /
Files in root directory
total 137412
drwxr-xr-x 1 root root 4096 Jun 5 05:36 .
drwxr-xr-x 1 root root 4096 Jun 5 05:36 ..
-rw-rw-r-- 1 1000 1000 300 Jun 5 05:05 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Jun 5 05:11 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Jun 5 05:11 __azurite_db_blob__.json
-rw-r--r-- 1 root root 48610 Jun 5 05:48 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jun 5 05:11 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8800 Jun 5 05:05 broken_tests.json
drwxr-xr-x 5 root root 340 Jun 5 05:09 dev
-rwxr-xr-x 1 root root 0 Jun 5 05:09 .dockerenv
drwxr-xr-x 1 root root 4096 Jun 5 05:10 etc
drwxr-xr-x 1 1000 1000 4096 Jun 5 05:10 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 Jun 5 05:10 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jun 5 05:09 package_folder
dr-xr-xr-x 313 root root 0 Jun 5 05:09 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 Jun 5 05:45 root
drwxr-xr-x 1 root root 4096 Jun 5 05:10 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jun 5 05:11 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 5 05:09 sys
drwxrwxr-x 2 1000 1000 4096 Jun 5 05:12 test_output
drwxrwxrwt 1 root root 20480 Jun 5 05:48 tmp
drwxr-xr-x 2 root root 4096 Jun 5 05:12 user_defined
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ /process_functional_tests_result.py
2025-06-05 05:48:50,565 File /analyzer_tech_debt.txt with broken tests found
2025-06-05 05:48:50,566 File /broken_tests.json with broken tests found
2025-06-05 05:48:50,567 Broken tests in the list: 73
2025-06-05 05:48:50,567 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log
2025-06-05 05:48:50,581 Is flaky check: False
2025-06-05 05:48:50,581 Result parsed
2025-06-05 05:48:50,582 Result written
+ clickhouse-client -q 'system flush logs'
Detach all logs replication
+ stop_logs_replication
+ echo 'Detach all logs replication'
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ sudo clickhouse stop
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Sent terminate signal to process with pid 725.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ zstd --threads=0
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]